h1 p.small_text {
    font-family: var(--heading-font);
    font-size: 35px;
    line-height: 45px;
    letter-spacing: 0.12em;
    color: #493193;
}

.hero {
    background: url("../images/hyl/hero_leaf.svg"), url("../images/hyl/hero.png");
    background-repeat: no-repeat, no-repeat;
    background-size: 150px 150px, contain;
    background-position: left top, right top;
    position: relative;
}

.hero_img_wrap img {
    margin-top: -14px;
}

.hero_line {
    border-top: 1px solid #000000;
    width: 82%;
    opacity: 1;
}

.left_child {
    min-height: 600px;
}

.inside_div {
    width: 90%;
    margin-left: auto;
}

.inside_div p {
    font-size: 18px;
    line-height: 32.68px;
}

.inside_div .lg_span {
    font-size: 20px;
}

.offer {
    background: linear-gradient(180deg, #F3FFD1 19.92%, #FFFFFF 88.82%);
}

.offer_leaf {
    background: url("../images/hyl/offer_leaf.svg");
    background-repeat: no-repeat;
    background-position: 100% 100%;
    padding-block: 60px;
}

.offer_card {
    border: 0;
    background: #FFFFFF;
    box-shadow: 2.99px 2.99px 11.94px 1.49px #B0CE5C;
    border-radius: 15px;
    padding: 25px 50px;
    margin-inline: auto;
    min-height: 555px;
}

.offer_line {
    border-right: 3px solid #BC2076;
    border-top: 0;
    height: 50%;
    width: 1px;
    margin-inline: auto;
    opacity: 1;
    position: relative;
    top: 10%;
}

.offer_card li {
    padding-block: 20px;
    font-family: var(--default-font);
    font-size: 16px;
    line-height: 25px;

}

.offer_card li:not(:last-child) {
    border-bottom: 2px dashed;
    border-color: #00000050;
}

.quotes {
    padding-block: 80px;
}

.qs_bg {
    background: url("../images/hyl/left_comma.svg"), url("../images/hyl/right_comma.svg");
    background-repeat: no-repeat, no-repeat;
    background-position: left center, right center;
    background-size: 100px;
}

.quotes span,
.quotes p {
    font-family: "Syne", serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;

}

.invest {
    background: linear-gradient(270deg, rgba(243, 255, 209, 0.4) 55.14%, rgba(255, 255, 255, 0.5) 100%);
}

.invest_bg {
    background: url("../images/hyl/invest_leaf.svg");
    background-repeat: no-repeat;
    background-position: right top;
}

.get_col,
.invest_col {
    padding-block: 60px;
}

.invest_col {
    background: linear-gradient(114.46deg, #F0FFC4 22.54%, #FFFFFF 78.65%);
    box-shadow: -10px 0px 4px 0px rgba(243, 255, 209, 0.5);
    border-radius: 60px 0px 0px 60px;
    padding-inline: 60px;
}

.get_card li {
    padding-block: 10px;
    font-family: var(--default-font);
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    color: #000000;

}

.get_card li span {
    margin-right: 20px;
}

.testimonials {
    padding-block: 60px;
}

.about_us {
    background: linear-gradient(93.45deg, #FFF2F2 -9.75%, #FFFFFF 74.54%);
    padding-block: 70px 60px;
}

.about_us p {
    font-size: 16px;
    line-height: 28px;
}

.hml_img {
    width: 280px;
}

.hml_img img {
    width: 100%;
}

.price svg {
    margin-top: -5px;

}

.price .number {
    font-family: var(--heading-font);
    font-size: 30px;
    font-weight: 400;
    line-height: 52.5px;

}

.price .tax {
    font-family: var(--default-font);
    font-size: 16px;
    font-weight: 400;
    line-height: 22.85px;
    color: rgba(128, 121, 120, 1);

}

.invest .text {
    font-family: var(--default-font);
    font-size: 20px;
    font-weight: 400;
    line-height: 35px;

}

.invest .time {
    font-family: var(--default-font);
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    color: rgba(128, 121, 120, 1);

}

.testi_card {
    border: 0;
    width: 80%;
    margin-inline: auto;
    /* scale: 0.9; */
    padding-top: 0px;
}

.swiper-slide-prev .testi_card,
.swiper-slide-next .testi_card {
    /* scale: 1; */
    padding-top: 40px;
}
.swiper-slide-prev .testi_card {
    margin-right: 0;
}

.swiper-slide-next .testi_card {
    margin-left: 0;
}


.icon_wrap {
    width: 115.44px;
    height: 115.44px;
    background: rgba(176, 206, 92, 1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-inline: auto;
    margin-bottom: 20px;
}


.testi_card h6 {
    font-size: 23.31px;
    font-weight: 500;
    line-height: 29.14px;
    text-align: center;
    margin-bottom: 12px;

}

.content_body {
    width: 100%;
    margin-inline: auto;
}

.content_body p {
    font-family: var(--default-font);
    font-size: 14px;
    font-weight: 400;
    line-height: 25px;
    margin-bottom: 0;
}

.testi_position{
    font-size: 14px;
    font-family: var(--default-font);
    line-height: 18px;
}

/* Responsive css */
@media (max-width: 1200px) {
    .inside_div br {
       display: none;
    }
}

@media (max-width: 991px) {
    header .container-xl.container-fluid {
        padding-inline: 25px !important;
    }

    .inside_div {
        max-width: 50%;
        margin-left: 25px;
    }

    .left_child {
        position: relative;
        z-index: 2;
    }

    .offer_leaf {
        padding-block: 40px 10px;
    }

    .quotes {
        padding-block: 60px;
    }

    .hero_line,
    .inside_div p {
        width: 300px;
    }

    .offer_card {
        min-height: auto;
    }

    .offer_card li {
        padding-block: 18px;
    }

    .offer_card ul {
        margin-bottom: 0;
    }

    .get_col,
    .invest_col {
        padding-block: 40px;
    }

    .get_col {
        padding-left: 25px;
    }

    .get_card li span {
        margin-right: 10px;
    }

    .get_card .icon img {
        width: 16px;
    }

    .testi_card,
    .swiper-slide-next .testi_card {
        padding-top: 10px;
    }

    .icon_wrap {
        width: 90px;
        height: 90px;
    }

    .icon_wrap img {
        width: 60%;
    }

    .about_us {
        padding-block: 10px 50px;
    }

    .about_us .row {
        flex-direction: column-reverse;
    }

    .about_us h2,
    .about_us p,
    .about_img_wrap {
        text-align: center;
    }

    .about_img_wrap img {
        width: 70%;
        margin-inline: auto;
        margin-bottom: 25px;
    }

    .hml_img {
        width: 200px;
        margin-inline: auto;
    }

    /* fonts */

    .price .number,
    h1 p.small_text {
        font-size: 25px;
        line-height: 30px;
    }

    .invest .time,
    .get_card li,
    .offer_card li,
    .inside_div p {
        font-size: 16px;
        line-height: 25px;
    }

    .invest .text,
    .inside_div .lg_span,
    .quotes span,
    .quotes p {
        font-size: 18px;
    }

    .about_us p {
        font-size: 14px;
        line-height: 25px;
    }

    .testi_card h6 {
        font-size: 20px;
        line-height: 28px;
    }
}

@media (max-width: 749px) {

    .container,
    header .container-xl.container-fluid {
        padding-inline: 20px !important;
    }

    .left_child {
        padding-block: 80px;
    }

    .hero {
        background-size: 0px, cover;

    }

    .inside_div {
        max-width: 100%;
        margin-left: 0;
        padding: 30px 20px;
        text-align: center;
        background: #ffffff70;
        border-radius: 8px;
        margin-inline: 20px;
    }

    .hero_line,
    .inside_div p {
        width: 100%;
    }

    .invest_col {
        border-radius: 0;
    }

    .invest_bg {
        background-size: 150px;
    }

    .offer_card {
        padding: 20px 35px;
    }

    .invest_col {
        padding-inline: 22px;
    }

    .footer_bg.mt-40px {
        margin-top: 0
    }

    .testi_card {
        padding-inline: 10px;
    }
}