section{
    padding: 100px 0px;
}
.banner-wrap .banner-text h1 span{
	display: inherit!important;
}

.sec-head-title h2 {
    font-size: 43px;
    line-height: 40px;
    margin-bottom: 30px;
}
@media (max-width: 767px) {
    .sec-head-title h2 {
        font-size: 33px;
        line-height: 30px;
        margin-bottom: 14px;
    }
}
.banner-text {
    position: relative;
    z-index: 2;
}
.banner-text::after {
    content: "";
    position: absolute;
    background: url(../images/hdng_bfr.png) no-repeat center;
    width: 970px;
    height: 544px;
    left: 0;
    top: -220px;
    z-index: -1;
}
.product{
    margin-bottom: 30px!important;
}
.product-list{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 100%;
    width: 100%;
    border-radius: 20px;
    position: relative;
    display: flex;
    flex-direction: column;
    margin-bottom: 15px;
    box-shadow: 0px 15px 20px 0px rgba(127, 157, 191, 0.19);
    border-radius: 20px;
}
.product-list p {
    color: rgb(25, 25, 25);
    font-size: 14px;
    line-height: 21px;
    max-width: 290px;
    margin-bottom: 15px;
}
.product-list .product-content {
    padding: 20px 20px 0 20px;
    position: relative;
    z-index: 2;
}
.product-list .product-content .product-logo{
    max-width: 80px;
    margin-bottom: 15px;
}
.product-list .product-img {
    max-width: 284px;
    margin-left: auto;
    /*width: 200px;
    height: 200px;*/
    
}
/*.product-list .product-img:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    box-shadow: 0px 25px 20px 0px rgba(127, 157, 191, 0.19);
    bottom: 0;
    left: 0;
    border-radius: 20px;
}*/
.product-list .product-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.bippi-pant-daipers{
    background-color: #f2fbff;
}
.bippi-lanudry{
    padding-bottom: 300px!important;
    background-color: #f2fbff;
}