
.what {
    background-image: url(./folonil/what-is-folinil-bg.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    background-color: #55458E;
    padding-top: 8rem;
    padding-bottom: 4rem;
}


.imgtext p {
    color: #434343;
    font-size: 17px;
    line-height: normal;
    font-weight: 600;
}

.imagefaceinfo {
    display: flex;
}

.imgface {
    width: 30%;
    position: relative;
    z-index: 9;
}

.imgtext {
    width: 70%;
    align-self: center;
    text-align: center;
    background: #ddd5ed;
    min-height: 185px;
    display: flex;
    align-items: center;
    padding: 20px;
    position: relative;
    margin-left: -70px;
}
.textparasone p {
    padding-left: 27px;
    padding-right: 20px;
}
.textparastwo p{    padding-left: 70px;
    padding-right: 65px;}


    .imgtext::after {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-bottom: 185px solid white;
    border-left: 34px solid transparent;
    right: 0;
    top: 00;
}


.how {
    position: relative;
    padding-top: 5rem;
    padding-bottom: 5rem;
}

.how::before {
    position: absolute;
    content: '';
    background-image: url(./folonil/banner-l.png);
    width: 250px;
    height: 250px;
    left: 0;
    top: 0;
    background-size: contain;
    background-repeat: no-repeat;
}

.how::after {
    position: absolute;
    content: '';
    background-image: url(./folonil/banner-r.png);
    width: 120px;
    height: 326px;
    right: 0;
    bottom: 0;
    background-size: contain;
    background-repeat: no-repeat;
}


.bannerwrap{ height:100%;width: 100%}
        
      .banner {
    width: 100%;
    height: 100%;
    position: relative;
    background-image: url(./folonil/banner.jpg);
    background-position: center center;
    background-size: 100%;
    background-repeat: no-repeat;
}


  .note {
            padding-left: 20px;
            padding-top: 50px;
            padding-bottom: 50px;
            border-top: 1px solid #ddd5ed;
        }
        
        .note h2 {
            font-weight: bolder;
        }
        
        .note p {
            font-size: 16px;
        }


 .section-title {
    text-align: center;
    padding-bottom: 30px;
}

.section-title h2 {
    font-size: 32px;
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
    color: #493e78;
}

.section-title h2::before {
    margin: 0 15px 10px 0;
}

.section-title h2::after {
    margin: 0 0 10px 15px;
}

.section-title h2::before, .section-title h2::after {
    content: '';
    width: 70px;
    height: 4px;
    background: #493e78;
    display: inline-block;
}


.what .section-title h2 {
    text-transform: initial;
    color: #fff;
    font-size: 22px;
    margin-bottom: 0;
    font-weight: 500;
}

.what .section-title h2::before {
    margin: 0 15px 3px 0;
}

.what .section-title h2::after{    margin: 0 0 3px 15px;}

.what .section-title h2::before,.what  .section-title h2::after{    width:70px;
    background: #fff;
}

.productInfo1 p {
            line-height: 1.8;
            padding-bottom: 50px;
            color: white;
            font-size: 22px;
        }



.desktopbg{display: block;}
.mobilebg{display: none;}