.aboutBannersec {
    padding: 67px 0 90px;
    background: linear-gradient(90deg, #FAFDFF 27.31%, #F4FFFB 100%);
}

.aboutBannersec h1 {
    font-family: 'DM Serif Display';
    font-weight: 400;
    font-size: 35px;
    line-height: 100%;
    text-align: center;
    margin-bottom: 15px;
    color: #1C3D5A;
}

.aboutBannersec p {
    font-family: Lato;
    font-weight: 500;
    font-size: 17px;
    line-height: 180%;

    text-align: center;
    color: #6B6E98;
    max-width: 943px;
    margin: 0 auto;
}

.meetFoundersec {
    padding: 50px 0 80px;
}

.meetFounderwrap {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    align-items: center;
}

.aboutFounder {
    max-width: 700px;
    width: 100%;
}

.aboutFounder h2 {
    font-family: 'DM Serif Display';
    font-weight: 400;

    font-size: 33px;

    line-height: 100%;
    padding-bottom: 50px;
    color: #1C3D5A;
}

.docName {
    font-family: Lato;
    font-weight: 800;
    font-style: Heavy;
    font-size: 23px;
    line-height: 180%;
    color: #6B6E98;
    padding-bottom: 15px;
}

.aboutDesc {
    font-family: Lato;
    font-weight: 500;
    font-style: Medium;
    font-size: 16px;
    line-height: 180%;
    color: #6B6E98;
}

.aboutDesc+.aboutDesc {
    padding-top: 15px;
}

.whyWeExistSec {
    background: linear-gradient(90deg, #FAFDFF 27.31%, #F4FFFB 100%);
    padding: 60px 0;
}

.whyWeExistwrap {
    display: flex;
    justify-content: space-between;
    gap: 74px;
    align-items: center;
}

.whyWeExistwrap h2 {
    font-family: DM Serif Display;
    font-weight: 400;
    font-size: 33px;
    line-height: 100%;
    padding-bottom: 28px;
    color: #1C3D5A;
}

.whyWeExistDesc {
    font-family: Lato;
    font-weight: 500;
    font-style: Medium;
    font-size: 16px;
    line-height: 180%;
    color: #6B6E98;
}

.whyWeExistDesc+.whyWeExistDesc {
    padding-top: 4px;
}

.whatOfferSec {
    padding: 100px 0;
}

.whatOfferWrap {
    max-width: 656px;
    width: 100%;
    border: 1px solid #DEF1FF;
    border-radius: 15px;
    padding: 50px 20px;
    margin: 0 auto;
}

.whatOfferWrap h2 {
    font-family: 'DM Serif Display';
    font-weight: 400;
    font-size: 33px;
    line-height: 100%;
    text-align: center;
    padding-bottom: 40px;
    color: #1C3D5A;

}

.whatOfferWrap ul {
    list-style: none;
    max-width: 385px;
    width: 100%;
    margin: 0 auto;
}

.whatOfferWrap ul li {
    position: relative;
    font-family: Lato;
    font-weight: 500;
    font-style: Medium;
    font-size: 17px;
    leading-trim: NONE;
    line-height: 135%;
    letter-spacing: 0%;
    color: #6B6E98;
}

.whatOfferWrap ul li+li {
    margin-top: 20px;
}

.whatOfferWrap ul li::before {
    content: '';
    background: url(../../images/check.svg);
    width: 19px;
    height: 19px;
    display: inline-block;
    position: relative;
    top: 3px;
    margin-right: 12px;
}

.whoWeHelpSec {
    padding: 50px 0;
    background: linear-gradient(90deg, #FAFDFF 27.31%, #F4FFFB 100%);
}

.whoWeHelpWrap h2 {
    font-family: 'DM Serif Display';
    font-weight: 400;
    font-style: Regular;
    font-size: 33px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    padding-bottom: 70px;
    color: #1C3D5A;
}

.teamWrap {
    max-width: 956px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    gap: 20px;
    position: relative;
}

.teamWrap .teamCard img {
    max-width: 160px;
    width: 100%;
    max-height: 160px;
    height: 100%;
    display: block;
    margin: 0 auto;
}

.teamWrap .teamCard {
    position: relative;
    text-align: center;
}

.teamWrap .teamCard p {
    max-width: 164px;
    width: 100%;
    font-family: Lato;
    font-weight: 400;
    font-style: Regular;
    font-size: 15px;
    leading-trim: NONE;
    line-height: 180%;
    letter-spacing: 0px;
    text-align: center;
    padding-top: 20px;
}

.teamWrap .teamCard::after {
    content: '';
    width: 1px;
    height: 100%;
    background-color: #DEF1FF;
    position: absolute;
    left: 210px;
    top: 0;
}

.teamWrap .teamCard:last-child:after {
    content: unset;
}

.ourBelifeSec {
    padding: 100px 0 50px;
}

.ourBelifeSec h2 {
    font-family: 'DM Serif Display';
    font-weight: 400;
    font-style: Regular;
    font-size: 33px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    color: #1C3D5A;
    padding-bottom: 40px;
}

.ourBelifeCardWrap {
    padding: 16px 15px 16px 15px;
    max-width: 664.94px;
    width: 100%;
    gap: 29px;
    display: flex;
    margin: 0 auto;
    align-items: center;
    background: #F8FCFF;
    position: relative;
    border-radius: 15px;
    border: 1px solid #DEF1FF;
}

.ourBelifeCardWrap::before {
    content: '';
    position: absolute;
    width: 30px;
    height: 30px;
    border-bottom-right-radius: 50%;
    background: #F8FCFF;
    box-shadow: 4px 5px 0 #fff;
    border-bottom: 2px soild #fff;
    right: 97px;
    transform: rotate(0deg);
    bottom: -1px;
    z-index: 1;
    border: 1px solid #DEF1FF;
    border-top: none;
    border-left: none;
}

.ourBelifeCardWrap::after {
    content: '';
    position: absolute;
    width: 30px;
    height: 30px;
    border-bottom-right-radius: 50%;
    background: #F8FCFF;
    box-shadow: 4px 5px 0 #fff;
    right: -1px;
    transform: rotate(0deg);
    bottom: 96px;
    z-index: 1;
    border: 1px solid #DEF1FF;
    border-top: none;
    border-left: none;
}

.quoteIcon {
    position: absolute;
    bottom: -2px;
    right: -2px;
    width: 99px;
    height: 99px;
    background: white;
    border-top-left-radius: 51px;
    border: 1px solid #DEF1FF;
    border-bottom: none;
    border-left: none;
    border-right: none;
}

.card-arrow {
    position: absolute;
    bottom: 0;
    right: 0;
    border-radius: 50%;
    width: 89px;
    height: 89px;
    background: #F2F9FF;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    transition: transform 0.3s ease;
}

.quoteIcon img {
    position: relative;
    top: 3px;
    left: 1px;
    width: 77px;
    height: 77px;
}

.contentWrap p {
    font-family: Lato;
    font-weight: 400;
    font-style: Italic;
    font-size: 19px;
    leading-trim: NONE;
    line-height: 180%;
    letter-spacing: 0%;
    padding-bottom: 24px;

}

.ctaCardsec {
    padding: 100px 0;
}

.ctaCardWrpa {
    border: 2px dashed #8CA9B1;
    border-radius: 16px;
    padding: 45px 102px;
    max-width: 749px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    background: linear-gradient(90deg, #FAFDFF 27.31%, #F4FFFB 100%);
    position: relative;
    z-index: 1;
}

.ctaCardWrpa .ctaHead {
    font-family: 'DM Serif Display';
    font-weight: 400;
    font-style: Regular;
    font-size: 30px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    margin-bottom: 15px;
    color: #1C3D5A;
}

.ctaCardWrpa .ctaDesc {
    font-family: Lato;
    font-weight: 500;
    font-style: Medium;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
    text-align: center;
    color: #6B6E98;
    margin-bottom: 35px;
}

.ctaBtn {
    position: relative;
    font-family: Lato;
    font-weight: 700;
    font-style: Bold;
    font-size: 16px;
    display: block;

    line-height: 135%;

    background-color: #8CA9B1;
    color: #fff;
    border-radius: 5px;
    max-width: 168px;
    width: 100%;
    height: 48px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ctaBtn::after {
    position: absolute;
    content: '';
    left: 0;
    bottom: -5px;
    background: #DFECEF;
    width: 100%;
    height: 100%;
    z-index: -1;
    border-radius: 5px;
}

.ctaBtn:hover {
    top: 2px;
}

.ctaBtn:hover:after {
    bottom: 0;
}

@media(max-width:575px) {
    .meetFounderwrap {
        flex-direction: column-reverse;

        gap: 30px;
    }

    .whyWeExistwrap {
        flex-direction: column;
        gap: 30px;
    }

    .whyWeExistImg img {
        width: 100%;
        height: 100%;

    }

    .aboutFounder h2 {
        font-size: 26px;
        padding-bottom: 28px;
    }

    .docName {
        font-size: 20px;

        line-height: 160%;

        padding-bottom: 10px;
    }

    .founderImg img {
        max-width: 230px;
        width: 100%;
        height: 100%;
    }

    .aboutDesc {
        font-size: 15px;
    }

    .meetFoundersec {
        padding: 60px 0;
    }

    .aboutDesc+.aboutDesc {
        padding-top: 10px;
    }

    .whyWeExistwrap h2 {
        font-size: 26px;
        padding-bottom: 25px;
    }

    .whyWeExistDesc {
        font-size: 15px;
    }

    .whatOfferSec {
        padding: 60px 0;
    }

    .whatOfferWrap {
        padding: 30px 20px;
    }

    .whatOfferWrap ul li {
        font-size: 15px;
        display: flex;
    }

    .whatOfferWrap ul li+li {
        margin-top: 16px;
    }

    .whatOfferWrap ul li::before {

        width: 16px;
        height: 16px;

        margin-right: 9px;
        background-size: contain;
    }

    .whatOfferWrap h2 {
        font-size: 26px;
        padding-bottom: 25px;
    }

    .teamWrap {
        flex-direction: column;
        position: relative;
        align-items: center;
        gap: 30px;
    }

    .teamWrap .teamCard::after {
        content: unset;
    }

    .teamWrap .teamCard img {
        max-width: 140px;
        width: 100%;
        max-height: 140px;
        height: 100%;
    }

    .teamWrap .teamCard p {
        padding-top: 12px;
    }

    .ourBelifeSec {
        padding: 60px 0 20px;
    }

    .ourBelifeCardWrap {
        padding: 17px 15px;
        gap: 12px;
    }

    .ourBelifeCardWrap .profileImg {
        max-width: 130px;
        height: 130px;
        object-fit: contain;
    }

    .ctaCardWrpa {
        padding: 35px 20px;
    }

    .ctaCardWrpa .ctaHead {
        font-size: 25px;
        margin-bottom: 12px;
    }

    .ctaCardWrpa .ctaDesc {
        font-size: 15px;
        margin-bottom: 25px;
    }

    .ctaBtn {
        font-size: 15px;
        max-width: 159px;
        height: 43px;
    }

    .ctaCardsec {
        padding: 50px 0 70px;
    }

    .quoteIcon img {

        width: 30px;
        height: 30px;
    }

    .card-arrow {
        width: 51px;
        height: 51px;
    }

    .quoteIcon {

        width: 60px;
        height: 66px;
        border-top-left-radius: 40px;
    }
.ourBelifeSec h2{
        font-size: 26px;
        padding-bottom: 30px;
}
    .ourBelifeCardWrap::before {
        right: 58px;
    }

    .ourBelifeCardWrap::after {
        bottom: 61px;
    }

    .contentWrap p {
        font-size: 15px;
        padding-bottom: 8px;
    }

    .contentWrap .signature {
        width: 130px;
    }
    .aboutBannersec h1{
            font-size: 28px;
    }
    .aboutBannersec p{
            font-size: 16px;
    }
    .whoWeHelpWrap h2 {
        font-size: 26px;
    }
}