.container-fluid.about-us-section {
    background-image: url(../images/about-us-section/about-us-bg-img.webp);
    font-size: 17px !important;
}

.about-us-section .about-us-img-one {
    position: relative;
    background-color: blue;
    aspect-ratio: .55;
    width: 100%;
    background-image: url(../images/about-us-section/images/frame--0ne.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 20px 0px 20px 20px;
    box-shadow: 0px 4px 10px rgba(19, 98, 65, 0.4);
}

.about-us-section .about-us-img-one::before {
    content: "";
    position: absolute;
    background-image: url(../images/about-us-section/icons/about-us-icon-2.png);
    width: 50px;
    height: 50px;
    background-size: contain;
    background-repeat: no-repeat;
    bottom: -20px;
    left: -20px;
    z-index: -5;
}


.about-us-section .about-us-img-two {
    position: relative;
    background-color: blue;
    aspect-ratio: 1.8;
    width: 100%;
    background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(../images/about-us-section/images/frame-three.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 0px 20px 20px 20px;
    box-shadow: 0px 4px 10px rgba(19, 98, 65, 0.4);
}

.about-us-section .about-us-img-two::before {
    content: "";
    position: absolute;
    background-image: url(../images/about-us-section/icons/about-us-icon-1.png);
    width: 50px;
    height: 50px;
    background-size: contain;
    background-repeat: no-repeat;
    top: -26px;
    left: -26px;
    z-index: -5;
}

.about-us-section .about-us-img-three {
    position: relative;
    background-color: blue;
    aspect-ratio: .68;
    width: 100%;
    background-image: url(../images/about-us-section/images/frame-two.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 0px 20px 20px 0px;
    box-shadow: 0px 4px 10px rgba(19, 98, 65, 0.4);
}

.about-us-section .about-us-img-three::before {
    content: "";
    position: absolute;
    background-image: url(../images/about-us-section/icons/about-us-icon-2.png);
    width: 50px;
    height: 50px;
    background-size: contain;
    background-repeat: no-repeat;
    bottom: -12px;
    right: -13px;
    z-index: -5;
}

.about-us-section .exp-top .num {
    font-size: 2.4em;
    font-weight: 700;
    color: var(--p-c);
}

.about-us-section .exp-top .text {
    font-size: 1em;
    font-weight: 400;
    letter-spacing: .3em;
}

.about-us-section .exp-bottom {
    font-size: 1.5em;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .2em;
}

.about-us-section .about-us-description h2 {
    font-size: 3em;
    color: var(--p-c);
}

.about-us-section .about-us-description h4 {
    font-size: 2em;
    color: var(--b-c);
}

.about-us-section .about-us-description p {
    font-size: .8em;
    color: #222222c5;
}

.about-text-section .light-text {
    color: var(--dark-10);
}

.about-us-section .know-more-btn {
    position: relative;
    padding: 5px 8px;
    width: max-content;
    border-radius: 20px;
    background: linear-gradient(to right, #5CA446, #83B441);
    z-index: 1;
    color: #fff;
    overflow: hidden;
}

.about-us-section .know-more-btn::before {
    content: "";
    position: absolute;
    inset: 0;
    padding: 3px;
    border-radius: 20px;
    background: linear-gradient(to right, #83B441, #5CA446);
    -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    z-index: 2;
}

.about-us-section .know-more-btn::after {
    content: "";
    position: absolute;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #fff;
    left: -19px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}

.about-us-section .know-more-btn h6 {
    font-size: 1.1em;
}

.about-us-section .arrow-icons {
    background-color: var(--w-c);
    border-radius: 50%;
    width: 22px;
    height: 22px;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.29);
}

.about-us-section .arrow-icons .mask-image {
    transform: rotate(-370deg);
    transition: 0.3s ease;
}


@media (max-width: 992px) {
    .about-us-section {
        font-size: 10px !important;
    }

    .about-us-section .about-us-section-sub {
        width: 90% !important;
    }
}

@media (max-width: 500px) {
    .about-us-section .about-us-img-two {
        font-size: 7.5px;
    }
}

@media (min-width: 0px) and (max-width: 600px) {
    .about-us-section .about-us-img-two {
        font-size: 10px !important;
    }

    .about-us-section .about-us-description h2 {
        font-size: 2.3em;
        color: var(--p-c);
    }
}

@media (min-width: 501px) and (max-width: 600px) {
    .about-us-section .about-us-img-two {
        font-size: 10px !important;
    }
}

@media (min-width: 601px) and (max-width: 786px) {
    .about-us-section .about-us-img-two {
        font-size: 15px !important;
    }
}

@media (min-width: 787px) and (max-width: 992px) {
    .about-us-section .about-us-img-two {
        font-size: 18px;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .about-us-section .about-us-img-two {
        font-size: 12px !important;
    }
}