.aboutus-page-innr {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

section.about-us-page {
    padding: 80px 0;
}

section.about-us-box {
    background: #fff;
    padding-bottom: 80px;
}
.section-title .about-us-third {
    text-align: center;
}
.aboutus-third-img {
    padding: 80px 0;
}
section.about-us-third .section-title {
    text-align: center;
    color: #144c5a;
    margin-bottom: 52px;
}
.aboutus-boxs {
    display: flex;
    flex-wrap: wrap;
}

.aboutus-box {
    width: 100%;
    box-shadow: 0 0 25px 0 rgb(0 0 0 / 10%);
    margin: 12px;
    padding: 18px;
    text-align: center;
}
.aboutus-third-innr {
    background: #ffffff;
    padding: 28px 159px;
    width: 69%;
}
.aboutus-box p {
    font-size: 15px;
    padding-top: 23px;
}

.about-us-first-innr,.about-us-second-innr {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

section.about-us-first {
    padding: 80px 0;
}

section.about-us-second {
    padding-bottom: 80px;
}

section.about-us-second .aboutus-content {
    text-align: center;
}

section.about-us-third {
    padding: 46px 0;
    background: #e8ebf2;
    margin-bottom: 100px;
    position: relative;
}

@media (min-width: 992px) {
    .aboutus-content {
        width: 50%;
    }

    .aboutus-img {
        width: 40%;
    }

    .aboutus-box {
        width: 31%;
    }
}
/* =========================
   RESPONSIVE FIXES
========================= */

/* Tablets */
@media (max-width: 991px) {

    .about-us-first-innr,
    .about-us-second-innr {
        flex-direction: column;
        text-align: center;
        gap: 30px;
    }

    .aboutus-content,
    .aboutus-img {
        width: 100%;
    }

    .aboutus-third-img {
        background-size: 70% auto;
        background-position: center;
    }

    .aboutus-third-innr {
        width: 90%;
        padding: 30px;
        margin: 0 auto;
    }
}

/* Mobile */
@media (max-width: 768px) {

    section.about-us-first,
    section.about-us-second,
    section.about-us-third {
        padding: 50px 15px;
    }

    .title-line,
    .title-line-right {
        font-size: 20px;
        line-height: 1.6;
    }

    .aboutus-third-img {
        background-image: none !important;
        /* مهم جدًا للموبايل عشان الشكل يبقى نظيف */
    }

    .aboutus-third-innr {
        width: 100%;
        padding: 25px 20px;
        box-shadow: 0 0 20px rgba(0,0,0,0.08);
        border-radius: 12px;
    }

    section.about-us-third {
        margin-bottom: 50px;
    }
}

/* Small mobile */
@media (max-width: 480px) {

    .aboutus-box {
        width: 100%;
        margin: 10px 0;
    }

    .aboutus-third-innr p {
        font-size: 14px;
        line-height: 1.8;
    }
}