/* #region: Section 2 */
    .about-us .section-2 .image {
        width: 100%;
        height: 400px;
        object-fit: cover;
        border-radius: 8px;
    }
    .about-us .section-2 .right {
        padding-left: 40px;
    }
    .about-us .section-2 .right .row {
        margin-top: 25px;
    }
    .about-us .section-2 .right .stats {
        border-left: 1px solid var(--color-gray-light);
        padding-left: 35px;
    }
    .about-us .section-2 .right .stats .number {
        font-size: 40px;
        letter-spacing: 1px;
        color: var(--color-primary);
        font-weight: 700;
        line-height: 40px;
        margin-bottom: 8px!important;
    }
    .about-us .section-2 .right .stats .text {
        font-size: 18px;
        font-weight: 600;
        color: var(--color-bg-dark-alt);
    }
    .about-us .section-2 .right .stats:first-child {
        border-left: none;
        padding-left: 12px;
    }
/* #endregion */


/* #region: Section 3 */
    .about-us .section-3 {
        background-color: var(--color-deep-green);
        padding: 60px 0;
    }
    .about-us .section-3 .single {
        margin-bottom: 50px;
        &:last-child {
            margin-bottom: 0;
        }
    }
    .about-us .section-3 .single .page-section-title {
        color: var(--color-white);
        font-size: 25px;
        font-weight: 500;
        line-height: 35px;
        margin-bottom: 10px!important;
    }
    .about-us .section-3 .single .page-section-description {
        color: var(--color-white);
        font-size: 16px;
        line-height: 35px;
    }
/* #endregion */


/* #region: Section 4 */
    .about-us .section-4 .right {
        padding-left: 40px;
    }
    .about-us .section-4 .single {
        margin-top: 20px;
        &:first-child {
            margin-top: 0;
        }
    }
    .about-us .section-4 .single .single-title {
        font-size: 18px;
        font-weight: 700;
        color: var(--color-bg-dark);
        padding-bottom: 0;
    }
    .about-us .section-4 .single .single-description {
        font-size: 15px;
        color: var(--color-bg-dark-alt);
        line-height: 30px;
    }

    .about-us .section-4 .learn-more-btn {
        background-color: var(--color-primary);
        border: 1px solid transparent;
        color: var(--color-white);
        font-size: 16px;
        font-weight: 500;
        width: 150px;
        height: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: auto;
        transition: all 0.3s;
        &:hover{
            background-color: var(--color-primary-dark);
            transition: all 0.3s;
        }
    }
    .about-us .section-4 .right {
        padding-left: 40px;
    }
    .about-us .section-4 .right .exchange-box {
        background-color: var(--dark_white);
        padding: 20px;
        border-radius: 8px;
        margin-bottom: 20px;
    }
    .about-us .section-4 .right .exchange-box:last-child {
        margin-bottom: 0;
    }
    .about-us .section-4 .right .exchange-box .box-header {
        display: flex;
        align-items: center;
        margin-bottom: 15px;
    }
    .about-us .section-4 .right .exchange-box .box-header .icon {
        font-size: 22px;
        color: var(--red);
        padding-right: 10px;
    }
    .about-us .section-4 .right .exchange-box .box-header .text {
        font-size: 20px;
        font-weight: 500;
        color: var(--light_black);
    }
    .about-us .section-4 .right .exchange-box .image {
        width: 100%;
        height: 200px;
        border-radius: 4px;
        object-fit: cover;
    }
/* #endregion */


/* #region: Section 5 */
    .about-us .section-5 .image {
        width: 100%;
        height: 500px;
        border-radius: 8px;
        object-fit: cover;
    }
    .about-us .section-5 .right {
        padding-left: 40px;
    }
    .about-us .section-5 .right .steps {
        margin-top: 15px;
    }
    .about-us .section-5 .right .steps .single {
        display: flex;
        justify-content: center;
        margin-bottom: 20px;
        &:last-child {
            margin-bottom: 0;
        }
    }
    .about-us .section-5 .right .steps .single .single-left {
        display: flex;
        justify-content: center;
    }
    .about-us .section-5 .right .steps .single .single-left .number {
        font-size: 13px;
        font-weight: 500;
        width: 30px;
        height: 30px;
        border: 1px dashed var(--color-bg-dark-alt);
        border-radius: 50%;
        color: var(--color-bg-dark);
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .about-us .section-5 .right .steps .single-right .title {
        font-size: 16px;
        color: var(--color-bg-dark);
        font-weight: 600;
        padding-bottom: 3px;
    }
    .about-us .section-5 .right .steps .single .single-right .description {
        font-size: 14px;
        color: var(--color-bg-dark-alt);
    }
/* #endregion */


/* #region: Section 6 */
    .about-us .section-6 {
        background-color: var(--color-deep-green);
        padding: 60px 0;
    }
    .about-us .section-6 .inner-page-section-title {
        color: var(--color-white);
        margin-bottom: 15px;
    }
    .about-us .section-6 .single {
        margin-bottom: 25px;
        &:nth-last-child(-n+3) {
            margin-bottom: 0;
        }
    }
    .about-us .section-6 .single .page-section-title {
        color: var(--color-white);
        font-size: 18px;
        font-weight: 500;
        margin-bottom: 5px!important;
    }
    .about-us .section-6 .single .page-section-title i {
        margin-left: 10px;
        font-size: 15px;
    }
    .about-us .section-6 .single .page-section-description {
        color: var(--color-white);
        font-size: 15px;
        line-height: 35px;
    }
/* #endregion */


/* #region: Section 7 */
    .about-us .section-7 .signature {
        padding-top: 15px;
        font-size: 16px;
        font-style: italic;
        color: var(--color-bg-dark-alt);
    }
    .about-us .section-7 .right {
        padding-left: 40px;
    }
    .about-us .section-7 .right .image {
        width: 100%;
        height: 400px;
        border-radius: 8px;
        object-fit: cover;
    }
/* #endregion */


/* #region: Responsive */
    @media (width < 1921px) {} 
    @media (width < 1901px) {} 
    @media (width < 1851px) {}   
    @media (width < 1801px) {}   
    @media (width < 1751px) {}
    @media (width < 1681px) {}
    @media (width < 1601px) {}
    @media (width < 1537px) {} 
    @media (width < 1441px) {
        .about-us .section-2 .right .stats .text {
            font-size: 16px;
        }
    }
    @media (width < 1367px) {}
    @media (width < 1301px) {}
    @media (width < 1201px) {
        .about-us .section-2 .right {
            padding-left: 12px;
        }
        .about-us .section-2 .right .stats {
            padding-left: 20px;
        }
        .about-us .section-2 .image {
            height: 525px;
        }
    }
    @media (width < 1151px) {}
    @media (width < 1076px) {}
    @media (width < 1025px) {}
    @media (width < 991px) {
        .about-us .section-2 .image {
            height: 300px;
        }
        .about-us .section-2 .right .stats {
            padding-left: 35px;
        }
        .about-us .section-2 .right .row {
            margin-top: 15px;
        }
        .about-us .section-2 .right .stats .number {
            font-size: 30px;
            margin-bottom: 0px!important;
        }

        .about-us .section-3 .single .page-section-title {
            font-size: 20px;
            line-height: 30px;
        }
        .about-us .section-3 .single .page-section-description {
            font-size: 15px;
            line-height: 30px;
        }

        .about-us .section-4 .right {
            padding-left: 12px;
        }
        .about-us .section-4 .single .single-title {
            font-size: 17px;
        }
        .about-us .section-4 .single .single-title {
            font-size: 16px;
        }

        .about-us .section-5 .image {
            height: 350px;
        }
        .about-us .section-5 .right {
            padding-left: 12px;
        }

        .about-us .section-6 .single .page-section-description {
            line-height: 30px;
        }

        .about-us .section-7 .right {
            padding-left: 12px;
        }
        .about-us .section-7 .signature {
            padding-top: 10px;
            font-size: 14px;
        }
        .about-us .section-7 .right .image {
            height: 350px;
        }
    }
    @media (width < 845px) {}
    @media (width < 768px) {
        .about-us .section-2 .right .stats {
            padding-left: 12px;
            text-align: center;
            margin-bottom: 30px;
            border-left: none;
            &:last-child {
                margin-bottom: 0;
            }
        }
        .about-us .section-2 .right .stats .number {
            font-size: 40px;
            margin-bottom: 5px !important;
        }
        .about-us .section-2 .right .stats .text {
            font-size: 17px;
        }

        .about-us .section-3 {
            padding: 30px 0;
        }
        .about-us .section-3 .single {
            margin-bottom: 35px;
        }
        .about-us .section-3 .single .page-section-title {
            font-size: 18px;
            margin-bottom: 2px!important;
            font-weight: 600;
        }

        .about-us .section-5 .right .steps .single {
            margin-bottom: 15px;
        }

        .about-us .section-6 {
            padding: 30px 0;
        }
        .about-us .section-6 .single .page-section-title {
            font-size: 16px;
            margin-bottom: 0px!important;
            font-weight: 600;
        }
        .about-us .section-6 .single .page-section-description {
            font-size: 14px;
        }
        .about-us .section-6 .single {
            margin-bottom: 20px;
            &:nth-last-child(-n+3) {
                margin-bottom: 20px;
            }
            &:last-child {
                margin-bottom: 0;
            }
        }

        .about-us .section-7 .right .image {
            height: 280px;
        }
    }
    @media (width < 721px) {}
    @media (width < 651px) {}
    @media (width < 576px) {}
    @media (width < 481px) {}
    @media (width < 429px) {
        .about-us .section-2 .image {
            height: 230px;
        }
        .about-us .section-2 .right .stats {
            margin-bottom: 20px;
        }
        .about-us .section-2 .right .stats .number {
            font-size: 30px;
            margin-bottom: 2px!important;
        }
        .about-us .section-2 .right .stats .text {
            font-size: 15px;
        }

        .about-us .section-5 .image {
            height: 250px;
        }

        .about-us .section-7 .right .image {
            height: 220px;
        }
    }
    @media (width < 415px) {}
    @media (width < 396px) {}
    @media (width < 377px) {}
    @media (width < 361px) {}
    @media (width < 331px) {}
/* #endregion */