.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;
    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: 0 4px 10px #d2af5559;
}

.about-us-section .about-us-img-one::before {
    content: "";
    position: absolute;
    mask-image: url(../images/about-us-section/icons/left-start-icon.svg);
    width: 50px;
    height: 50px;
    mask-size: contain;
    mask-repeat: no-repeat;
    bottom: -20px;
    left: -20px;
    z-index: -5;
    background-color: var(--p-c);
}


.about-us-section .about-us-img-two {
    position: relative;
    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: 0 4px 10px #d2af5559;
}

.about-us-section .about-us-img-two::before {
    content: "";
    position: absolute;
    mask-image: url(../images/about-us-section/icons/rounded-icon.svg);
    background-color: var(--p-c);
    width: 50px;
    height: 50px;
    mask-size: contain;
    mask-repeat: no-repeat;
    top: -26px;
    left: -26px;
    z-index: -5;
}

.about-us-section .about-us-img-three {
    position: relative;
    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: 0 4px 10px #d2af5559;
}

.about-us-section .about-us-img-three::before {
    content: "";
    position: absolute;
    mask-image: url(../images/about-us-section/icons/right-star-icon.svg);
    width: 50px;
    height: 50px;
    mask-size: contain;
    mask-repeat: no-repeat;
    bottom: -12px;
    right: -13px;
    z-index: -5;
    background-color: var(--p-c);
}

.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);
    line-height: 1;
}

.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;
    font-weight: 500;
}

.about-text-section .light-text {
    color: var(--dark-10);
}

.about-us-section .get-qoute-btn {
    background-color: var(--p-c);
    width: max-content;
    padding: 8px 25px;
    border-radius: 20px;
    text-decoration: none;
    transition: .3s ease;
}

/* text */
.about-us-section .get-qoute-btn span {
    color: var(--w-c);
    font-size: .8em;
    font-weight: 500;
}

/* icon normal */
.about-us-section .get-qoute-btn .mask-image {
    transition: .3s ease;
    transform: translateX(0);
    opacity: 1;
}

/* hover effect */
.about-us-section .get-qoute-btn:hover .mask-image {
    transform: translateX(6px);
    opacity: .8;
}


@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;
    }
}