* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    width: 100%;
    overflow-x: hidden;
}
.poojaMaincont{
    background: url(../image/content-bg.jpg);
    height: 242vh;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
}
.poojaContent{
    height: 230vh;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}
.poojaContPart1{
    height: 28vh;
    width: 95%;
}
.poojaContTitle{
    color: #BA9A63;
    font-weight: bold;
    font-size: 25px
}
.poojaBorder{
    border: 1px solid #BA9A63; 
    width: 12%
}
.poojacontPart2{
    background: #21212C;
    height:205vh;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}
.poojacontPart2A{
    width: 95%;
    height: 195vh;
  
}
.poojaContPart2Title{
    color: #BA9A63;
    font-weight: bold;
    font-size: 25px;
}
.poojaCont2border{
    border: 1px solid #BA9A63; 
    width: 38%
}
.poojacontpart2b{
    height: 47vh;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center
}
.poojacontpart2bNew{
    display: none;
}
@media only screen and (max-width: 767px){
    .poojaMaincont{
        height: 369vh;
    }
    .poojaContent{
        height: 361vh;
    }
    .poojaContPart1{
        height: 40vh;
    }
    .poojaContTitle{
        font-size: 20px;
    }
    .poojaContTxt{
        font-size: 11px;
    }
    .poojacontPart2{
        height: 321vh;
    }
    .poojacontPart2A{
        height: 316vh;
    }
    .poojaContPart2Title{
        font-size: 18px;
        margin-bottom: 0%;
    }
    .poojaCont2border{
        width: 100%;
        margin: 0%;
    }
    .poojacontpart2b{
        display: none;
    }
  
    .poojacontpart2bNew{
        height: 39vh;
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: space-around;
        align-items: center;
       
    }
    .poojaBorder{
        width: 33%;
    }
}