.intro {
    min-height: 840px;
}

.img-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: -40px;
    object-fit: cover;
    object-position: center;
    -o-object-fit: cover;
    -o-object-position: center;
}

.intro h1 {
    font-family: var(--font-Libre-Baskerville);
    font-size: 58px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 3.37px;
    max-width: 640px;
    position: relative;
    z-index: 100;

}

.intro p {
    font-family: var(--font-EB-Garamond);
    font-size: 46px;
    font-style: italic;
    font-weight: 400;
    line-height: 126%;
    letter-spacing: 1.915px;
    position: relative;
    z-index: 100;
}

.sec_first {
    padding: 160px 0 130px 0 !important;
}

.sec_first .lft,
.sec_second .rgt {
    flex-basis: 370px;
    align-self: flex-end;
    padding-bottom: 80px !important;
}

.sec_first .img-box {
    top: -470px;
    left: -40px;
}

.pc-1 {
    font-weight: 500 !important;
    color: #2B2B2B !important;
    font-size: 24px !important;
}

.sec_second .img-box {
    top: -470px;
    left: -240px;
}




.sec_first .inner,
.sec_second .inner {
    max-width: 650px;
    padding: 80px 52px !important;
}

.sec_first .inner p,
.sec_first li,
.sec_second .inner p,
.sec_second .inner li {
    color: #464646;
    font-family: var(--font-EB-Garamond);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 146.5%;
}

.sec_second {
    padding-bottom: 98px !important;
}

.sec_first,
.sec_second {
    gap: 50px;
}

.sec_first .rgt {
    background: #F8E8C7;
    flex-basis: 890px;
}

.sec_second .lft {
    background: #CDE4E1;
    flex-basis: 890px;

}

.main-contain h5 {
    color: #2B2B2B;
    font-family: var(--font-EB-Garamond);
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 146.5%;
}

.main-contain h4 {
    color: #484848;
    font-family: var(--font-EB-Garamond);
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: 146.5%;
}

.sec_third h2 {
    color: #484848;
    text-align: center;
    font-family: var(--font-EB-Garamond);
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 126%;
    /* 60.48px */
    letter-spacing: 2.16px;
}

.main-contain h3 {
    color: #484848;
    font-family: var(--font-Libre-Baskerville);
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 2.43px;
}

.sec_third .count {
    background-color: #CDE4E1;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    font-size: 24px;
    font-family: var(--font-EB-Garamond);
    font-weight: 700;
}

.sec_third .cards {
    gap: 80px;
}

.sec_third .card-box {
    max-width: 375px;
}

.sec_third p {
    color: #484848;
    text-align: justify;
    font-family: var(--font-EB-Garamond);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 146.5%;
}

.sec_first {
    margin-top: -80px !important;
}

@media (max-width:1440px) {

    .sec_first,
    .sec_second,
    .sec_third {
        padding-left: 40px !important;
        padding-right: 40px !important;
    }

    .sec_first,
    .sec_second {
        justify-content: space-between !important;
    }

    .sec_first .img-box img {
        width: 177.5%;
    }

    .sec_first .img-box {
        left: 0px;
    }

    .sec_second .img-box {
        left: initial;
        right: 0;
    }
}

@media (max-width:1360px) {
    .sec_first .img-box {
        top: -440px;
    }

    .sec_first .rgt,
    .sec_second .lft {
        flex-basis: 800px;
    }

    .sec_second img {
        width: 560px;
    }

    .sec_first .img-box img {
        width: 155.5%;
    }

    .sec_second .img-box {
        top: -415px;
    }
}

@media (max-width:1320px) {
    .sec_first .img-box {
        top: -410px;
    }

    .sec_second img {
        width: 530px;
    }

    .sec_second .img-box {
        top: -390px;
    }

    .sec_first .rgt {
        flex-basis: 750px;
    }

    .sec_first .img-box img {
        width: 148.5%;
    }

    .sec_first {
        padding-top: 120px !important;
        padding-bottom: 0px !important;
    }
}


@media (max-width:1230px) {
    .sec_first .img-box {
        top: -360px;
    }

    .sec_second img {
        width: 500px;
    }

    .sec_second .img-box {
        top: -390px;
    }

    .sec_first .rgt,
    .sec_second .lft {
        flex-basis: 680px;
    }

    .sec_first .img-box img {
        width: 130.5%;
    }
}

@media (max-width:1150px) {

    .sec_first,
    .sec_second,
    .cards {
        flex-direction: column;
    }

    .sec_first h4,
    .sec_second h4 {
        max-width: 400px;
    }

    .sec_second {
        padding-bottom: 20px !important;
    }

    .sec_first .img-box,
    .sec_second .img-box {
        position: relative !important;
        top: auto;
        margin-bottom: 10px !important;
    }

    .cards {
        margin-top: 30px !important;
        justify-content: center;
    }

    .card-box {
        width: 100% !important;
        max-width: 100% !important;
    }

    .sec_second {
        gap: 40px;
        padding-bottom: 0px !important;
    }



    .sec_first .img-box img,
    .sec_second img {
        width: 100%;
    }



    .sec_first .rgt {
        flex-basis: auto;
        justify-content: start !important;
    }

    .sec_first .lft {
        order: 1;
    }

}

@media (max-width:575px) {

    .sec_first .rgt .inner,
    .sec_second .lft .inner {
        padding: 25px !important;
    }

    .sec_first,
    .sec_second,
    .sec_third,
    .sec_first .rgt .inner,
    .sec_second .lft .inner,
    .intro {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    .intro h1 {
        font-size: 40px;
        line-height: 1.4;
        max-width: 100%;
        padding-top: 0 !important;
    }

    .intro {
        min-height: 500px;
    }

    .intro p {
        font-size: 28px;
    }

    .sec_first h3,
    .sec_second h3,
    .sec_first h4,
    .sec_second h4 {
        font-size: 28px;
        line-height: 1.4;
        max-width: 100%;
    }

    .sec_third .cards {
        margin-top: 0 !important;
        gap: 40px !important;
    }

    .sec_third .mb-5 {
        margin-top: 25px !important;
    }

    .sec_third .obtn {
        width: 100% !important;
    }

    .sec_third h2 {
        font-size: 30px;
    }

    .sec_third {
        margin-top: 20px !important;
    }
}