#ifu-landing-page #pink-banner {
    max-width: 1140px;
    margin: 0 auto;
    padding: 64px 40px;
}

#ifu-landing-page #pink-container {
    background-color: #AE2573;
}
#ifu-landing-page a:hover{
    text-decoration:none;
}

#ifu-landing-page h1 {
    font-family: 'filson-pro';
    color: white;
    font-weight: 700;
    font-size: 45px;
    line-height: normal;
    margin-bottom: 21px;
}

#ifu-landing-page .banner-text {
    font-size: 26px;
    font-family: 'filson-pro';
    line-height: normal;
    color: white;
    opacity: 0.8;
}

#ifu-landing-page #nextSec, #ifu-landing-page .nextSec {
    display: flex;
    align-items: center;
    padding: 32px;
    background: white;
    gap: 32px;
    box-shadow: 0px 3px 5px 0px rgba(174, 37, 115, 0.10);
    cursor: pointer;
}

#ifu-landing-page .nextSecNav {
    color: #AE2573;
    padding: 0 0 24px 0;
    width: 100%;
}
#ifu-landing-page .navBlockOne .nextSecNav {
    padding:0px;
}
#ifu-landing-page #nextAnch, #ifu-landing-page .nextAnch {
    display: flex;
    align-items: center;
    font-family: 'filson-pro';
    font-weight: 700;
    font-size: 32px;
    line-height: normal;
    justify-content: space-between;
    margin: 0;
}

#ifu-landing-page #text-c3aa56ea64 > p:nth-child(1) {
    margin-bottom: 15px;
}

#ifu-landing-page #content-wrapper {
    background-color: #F7E9F1;
}

#ifu-landing-page .cmp-text {
    padding: 0;
}

#ifu-landing-page .navBlockOne {
    margin: 0 auto 20px;
    box-shadow: 0px 3px 5px 0px rgba(174, 37, 115, 0.10);
}

#ifu-landing-page .navBlockOne .nextSecNav p {
    font-family: 'filson-pro';
    font-weight: 700;
    font-size: 32px !important;
    line-height: normal;
}

#ifu-landing-page .nextSecNav p:first-child {
    font-size: 26px;
    line-height: normal;
    font-family: 'filson-pro';
}

#ifu-landing-page #ifu-carrousel-container {
    padding-bottom: 400px;
}

#ifu-landing-page .divider {
    background: linear-gradient(to right, #fff 32px, #F0F0F0 32px 100%);
    height: 2px;
}

#ifu-landing-page .icon-image {
    width: 161.17px;
}

#ifu-landing-page #isi {
    background-color: white;
}

@media screen and (max-width: 991px) {
    #ifu-landing-page h1 {
        font-size: 24px;
        margin: 0 0 12px;
        line-height: 26px;
    }

    #ifu-landing-page #text-c3aa56ea64 > p:nth-child(1) {
        margin-bottom: 10px;
    }

    #ifu-landing-page .banner-text {
        font-size: 15px;
    }

    #ifu-landing-page .navBlockOne span {
        max-width: 200px;
    }

    #ifu-landing-page #nextAnch, #ifu-landing-page .nextAnch,
    #ifu-landing-page .navBlockOne .nextSecNav p {
        font-size: 21px !important;
    }

    #ifu-landing-page .nextSecNav p:first-child {
        font-size: 15px;
        margin-top: -15px;
    }

    #ifu-landing-page .nextSecNav {
        padding-bottom: 0;
    }

    #ifu-landing-page .navBlockOne {
        margin-bottom: 10px;
    }

    #ifu-landing-page #pink-banner {
        padding: 28px 15px;
    }

    #ifu-landing-page #nextSec, #ifu-landing-page .nextSec {
        padding: 20px 15px;
        gap: 12px;
    }

    #ifu-landing-page #nextSec div:first-child img, #ifu-landing-page .nextSec div:first-child img {
        width: 108px;
    }

    #ifu-landing-page #nextAnch img, #ifu-landing-page .nextAnch img {
        width: 10px;
        margin: 0 0 8px 35px;
    }
    #ifu-landing-page .nextAnch img {
        margin: 0 0 0px 35px;
    }

    #ifu-landing-page .divider {
        background : linear-gradient(to right, #fff 15px, #F0f0f0 15px 100%);
    }

    #ifu-landing-page #ifu-carrousel-container {
        padding-bottom: 90px;
    }
        #ifu-landing-page .navBlockThree span {
        max-width: 116px;
    }

}
@media (max-width:375px){
    #ifu-landing-page h1 {
    font-size: 20px;
}
}