/* About page — Dev Technosys (scoped to .about-page only) */

.about-page {
    overflow-x: hidden;
    background: #fff
}

.about-page img {
    max-width: 100%;
    height: auto
}

.about-page .container {
    width: 100%;
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box
}

.about-page.inner-warper,
.about-page .inner-warper {
    padding-top: 85px
}

/* —— Hero —— */
.about-page .ab-hero {
    padding: 24px 24px 0
}

.about-page .ab-hero .about-us-main-banner-content {
    position: relative;
    width: 100%;
    height: clamp(320px, 42vw, 520px);
    text-align: center;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 12px 40px rgba(24, 27, 27, .1)
}

.about-page .ab-hero .about-us-main-banner-content > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block
}

.about-page .ab-hero .about-us-main-banner-content::before {
    position: absolute;
    content: "";
    inset: 0;
    z-index: 1;
    background: linear-gradient(135deg, rgba(31, 24, 223, .72) 0%, rgba(0, 0, 0, .55) 100%)
}

.about-page .ab-hero .about-us-main-banner-content .container {
    position: absolute;
    inset: 0;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none
}

.about-page .ab-hero .about-us-main-banner-content .main-heading-box {
    position: relative;
    left: auto;
    top: auto;
    bottom: auto;
    transform: none;
    max-width: 720px;
    width: 100%;
    margin: 0 auto;
    padding: 0 24px;
    text-align: center
}

.about-page .ab-hero .about-us-main-banner-content .main-heading-box h1,
.about-page .ab-hero .about-us-main-banner-content .main-heading-box h3 {
    color: #fff;
    font-size: clamp(30px, 4.5vw, 48px);
    line-height: 1.15;
    margin-bottom: 12px;
    font-family: Cambria-Bold, Nunito, sans-serif;
    font-weight: 700
}

.about-page .ab-hero .about-us-main-banner-content .main-heading-box p {
    color: rgba(255, 255, 255, .92);
    font-size: clamp(15px, 2vw, 18px);
    line-height: 1.65;
    margin: 0
}

/* —— Profile + stats —— */
.about-page .ab-profile {
    padding: 56px 0 64px;
    background: #fff
}

.about-page .ab-profile .container {
    max-width: 1140px
}

.about-page .ab-profile .about-info-block {
    margin-bottom: 48px
}

.about-page .ab-profile .about-info-block ul {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 16px;
    list-style: none;
    margin: 0;
    padding: 0;
    border: none
}

.about-page .ab-profile .about-info-block ul li {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 24px 20px;
    border: 1px solid #e6e9ed;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 8px 24px rgba(13, 52, 79, .06);
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease
}

.about-page .ab-profile .about-info-block ul li + li {
    border-left: 1px solid #e6e9ed
}

.about-page .ab-profile .about-info-block ul li:hover {
    transform: translateY(-4px);
    border-color: #c5c9f0;
    box-shadow: 0 14px 32px rgba(31, 24, 223, .1)
}

.about-page .ab-profile .about-info-block ul li figure {
    width: 48px;
    height: 48px;
    margin: 0 0 14px;
    padding: 10px;
    border-radius: 12px;
    background: linear-gradient(135deg, #f4f6fc 0%, #eef0ff 100%)
}

.about-page .ab-profile .about-info-block ul li figure img {
    width: 100%;
    height: 100%;
    object-fit: contain
}

.about-page .ab-profile .about-info-block ul li figcaption p {
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .4px;
    color: #636678;
    margin-bottom: 4px
}

.about-page .ab-profile .about-info-block ul li figcaption h4 {
    font-size: clamp(26px, 3vw, 34px);
    color: #1f18df;
    font-family: Cambria-Bold, Nunito, sans-serif;
    line-height: 1.1;
    margin: 0
}

.about-page .ab-profile .about-info-content h5 {
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .6px;
    text-transform: uppercase;
    color: #1f18df;
    background: #eef0ff;
    padding: 6px 14px;
    border-radius: 999px;
    margin-bottom: 16px
}

.about-page .ab-profile .about-info-content h4 {
    font-size: clamp(26px, 3.5vw, 36px);
    color: #181b1b;
    font-weight: 700;
    line-height: 1.25;
    margin-bottom: 20px;
    font-family: Cambria-Bold, Nunito, sans-serif
}

.about-page .ab-profile .about-info-content p {
    font-size: 17px;
    color: #636678;
    line-height: 1.7;
    margin-bottom: 16px
}

.about-page .ab-profile .about-info-content p:last-child {
    margin-bottom: 0
}

/* —— Mission & vision (ab-mission) —— */
.about-page .ab-mission {
    padding: 0;
    position: relative;
    overflow: hidden
}

.about-page .ab-mission::before,
.about-page .ab-mission::after {
    display: none !important
}

.about-page .ab-mission .about-mission-vision-block {
    background: linear-gradient(180deg, #f4f6f9 0%, #fff 100%);
    padding: clamp(48px, 6vw, 72px) 0
}

.about-page .ab-mission .about-mission-vision-block .container {
    max-width: 1140px
}

.about-page .ab-mission .about-mission-vision-block .row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: clamp(28px, 4vw, 56px);
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    width: 100%
}

.about-page .ab-mission .about-mission-vision-block .row > .col-md-6,
.about-page .ab-mission .about-mission-vision-block .row > .col-md-5 {
    float: none;
    flex: none;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    padding: 0;
    margin: 0 !important;
    box-sizing: border-box
}

.about-page .ab-mission .about-mission-vision-content.main-heading-box {
    text-align: left;
    margin: 0;
    padding: 0 !important;
    max-width: 100%
}

.about-page .ab-mission .about-mission-vision-content.main-heading-box h4 {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .6px;
    text-transform: uppercase;
    color: #1f18df;
    margin-bottom: 12px
}

.about-page .ab-mission .about-mission-vision-content.main-heading-box h3 {
    font-size: clamp(24px, 3.2vw, 36px);
    color: #181b1b;
    line-height: 1.25;
    margin-bottom: 20px;
    font-family: Cambria-Bold, Nunito, sans-serif;
    font-weight: 700;
    word-wrap: break-word
}

.about-page .ab-mission .about-mission-vision-content.main-heading-box p {
    font-size: clamp(16px, 1.8vw, 17px);
    color: #636678;
    line-height: 1.75;
    margin: 0;
    word-wrap: break-word
}

.about-page .ab-mission .about-mission-vision-img {
    width: 100%;
    min-width: 0
}

.about-page .ab-mission .about-mission-vision-img figure {
    width: 100%;
    max-width: 480px;
    margin: 0 auto;
    text-align: center;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 16px 48px rgba(24, 27, 27, .12)
}

.about-page .ab-mission .about-mission-vision-img figure img {
    width: 100%;
    height: auto;
    display: block;
    vertical-align: middle
}

.about-page .ml-auto {
    margin-left: auto
}

/* —— Incomparable —— */
.about-page .ab-incomparable {
    padding: 64px 0 56px;
    background: #fff
}

.about-page .ab-incomparable.section-padding {
    padding-bottom: 56px
}

.about-page .ab-incomparable .main-heading-box-inner {
    text-align: center;
    max-width: 860px;
    margin: 0 auto 40px
}

.about-page .ab-incomparable .main-heading-box-inner h2 {
    font-size: clamp(26px, 3.5vw, 36px);
    line-height: 1.25;
    color: #181b1b;
    font-family: Cambria-Bold, Nunito, sans-serif;
    font-weight: 700;
    margin: 0
}

.about-page .ab-incomparable .row {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
    margin-left: 0;
    margin-right: 0
}

.about-page .ab-incomparable .col-md-4.box-style-1 {
    max-width: none;
    flex: none;
    width: auto;
    padding: 0;
    margin: 0;
    display: block
}

.about-page .ab-incomparable .box-style-1 {
    margin: 0;
    display: block
}

.about-page .ab-incomparable .box-style-1 article {
    height: 100%;
    padding: 28px 24px;
    border: 1px solid #e6e9ed;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 4px 18px rgba(24, 27, 27, .05);
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease
}

.about-page .ab-incomparable .box-style-1 article:hover {
    transform: translateY(-6px);
    border-color: #c5c9f0;
    box-shadow: 0 14px 36px rgba(31, 24, 223, .12)
}

.about-page .ab-incomparable .box-style-1 figure {
    width: 56px;
    height: 56px;
    margin-bottom: 18px;
    padding: 10px;
    border-radius: 12px;
    background: linear-gradient(135deg, #eef0ff 0%, #f8f4ff 100%)
}

.about-page .ab-incomparable .box-style-1 figure img {
    width: 100%;
    height: auto
}

.about-page .ab-incomparable .box-style-1 figcaption h3,
.about-page .ab-incomparable .box-style-1 figcaption h4 {
    font-size: 20px;
    font-weight: 700;
    color: #181b1b;
    margin-bottom: 10px
}

.about-page .ab-incomparable .box-style-1 figcaption p {
    font-size: 15px;
    line-height: 1.6;
    color: #636678;
    margin: 0
}

/* —— What we do (ab-work) —— */
.about-page .ab-work {
    padding: 56px 0 72px;
    background: #f4f6f9;
    overflow: hidden
}

.about-page .ab-work.paddBot20 {
    padding-bottom: 72px
}

.about-page .ab-work .container {
    max-width: 1140px
}

.about-page .ab-work .main-heading-box-inner {
    text-align: center;
    max-width: 780px;
    margin: 0 auto 36px
}

.about-page .ab-work .main-heading-box-inner h2 {
    font-size: clamp(26px, 3.5vw, 34px);
    line-height: 1.25;
    color: #181b1b;
    font-family: Cambria-Bold, Nunito, sans-serif;
    font-weight: 700;
    margin-bottom: 12px
}

.about-page .ab-work .main-heading-box-inner p {
    font-size: 17px;
    line-height: 1.65;
    color: #636678;
    margin: 0
}

/* 3-column grid — reset Bootstrap cols */
.about-page .ab-work .row.box-style-block {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(12px, 2vw, 24px);
    align-items: stretch;
    padding-top: 24px;
    margin: 0;
    width: 100%;
    box-sizing: border-box
}

.about-page .ab-work .box-style-block > [class*="col-"] {
    float: none;
    flex: none;
    max-width: none;
    width: 100%;
    min-width: 0;
    padding: 0;
    margin: 0 !important;
    position: static;
    transform: none;
    left: auto;
    box-sizing: border-box
}

.about-page .ab-work .box-style-block article {
    width: 100%;
    min-width: 0;
    box-sizing: border-box;
    height: 100%
}

.about-page .ab-work .box-style-left article,
.about-page .ab-work .box-style-right article {
    background: #e34690;
    border-radius: 16px;
    padding: 52px 24px 32px;
    min-height: 320px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    position: relative;
}

.about-page .ab-work .box-style-right article {
    background: #933ff4;
}

.about-page .ab-work .box-style-center article {
    background: #fff;
    border: 1px solid #e6e9ed;
    border-radius: 14px;
    padding: 32px 20px;
    min-height: 320px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: center;
}

.about-page .ab-work .box-style-left article ul,
.about-page .ab-work .box-style-right article ul,
.about-page .ab-work .box-style-center article ul {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    max-width: none
}

.about-page .ab-work .box-style-left article li,
.about-page .ab-work .box-style-right article li {
    text-align: center;
    font-size: clamp(14px, 1.6vw, 17px);
    color: #fff;
    line-height: 1.45;
    padding: 12px 8px;
    position: relative;
    word-wrap: break-word
}

.about-page .ab-work .box-style-center article li {
    text-align: center;
    font-size: clamp(14px, 1.5vw, 16px);
    color: #181b1b;
    font-weight: 600;
    line-height: 1.45;
    padding: 10px 8px;
    position: relative;
    word-wrap: break-word
}

.about-page .ab-work .box-style-left article li::before,
.about-page .ab-work .box-style-right article li::before {
    content: "";
    position: absolute;
    left: 8px;
    right: 8px;
    bottom: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .55), transparent)
}

.about-page .ab-work .box-style-center article li::before {
    left: 8px;
    right: 8px;
    background: linear-gradient(90deg, transparent, #e6e9ed, transparent)
}

.about-page .ab-work .box-style-left article li:last-child::before,
.about-page .ab-work .box-style-right article li:last-child::before,
.about-page .ab-work .box-style-center article li:last-child::before {
    display: none
}

.about-page .ab-work .box-style-left article h4,
.about-page .ab-work .box-style-right article h4 {
    position: absolute;
    top: 16px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .08em;
    white-space: nowrap;
    max-width: calc(100% - 24px);
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 8px 14px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, .08);
    margin: 0;
    z-index: 1
}

.about-page .ab-work .box-style-left article h4 {
    color: #e34690
}

.about-page .ab-work .box-style-right article h4 {
    color: #933ff4;
    font-family: Nunito, sans-serif
}

/* —— Responsive —— */

/* Large tablet / small desktop */
@media (max-width: 1199px) {
    .about-page .ab-profile .about-info-block ul {
        grid-template-columns: repeat(3, minmax(0, 1fr))
    }

    .about-page .ab-mission .about-mission-vision-block .row {
        gap: 32px
    }

    .about-page .ab-mission .about-mission-vision-img figure {
        max-width: 420px
    }

    .about-page .ab-incomparable .row {
        grid-template-columns: repeat(2, minmax(0, 1fr))
    }

    .about-page .ab-work .row.box-style-block {
        gap: 16px;
        padding-top: 20px
    }

    .about-page .ab-work .box-style-left article,
    .about-page .ab-work .box-style-right article,
    .about-page .ab-work .box-style-center article {
        min-height: 280px;
        padding-left: 18px;
        padding-right: 18px
    }
}

/* Tablet */
@media (max-width: 991px) {
    .about-page .ab-incomparable .row,
    .about-page .ab-mission .about-mission-vision-block .row,
    .about-page .ab-work .row.box-style-block {
        margin-left: 0;
        margin-right: 0
    }

    .about-page .ab-incomparable .col-md-4,
    .about-page .ab-work .box-style-block [class*="col-md-"] {
        float: none;
        width: 100%;
        max-width: 100%
    }

    .about-page.inner-warper,
    .inner-warper.about-page {
        padding-top: 80px
    }

    .about-page .ab-hero {
        padding: 16px 16px 0
    }

    .about-page .ab-hero .about-us-main-banner-content {
        height: clamp(300px, 45vw, 420px)
    }

    .about-page .ab-profile {
        padding: 48px 0 56px
    }

    .about-page .ab-profile .about-info-block ul {
        grid-template-columns: repeat(2, minmax(0, 1fr))
    }

    .about-page .ab-profile .about-info-block ul li + li {
        border-left: none
    }

    .about-page .ab-mission .about-mission-vision-block {
        padding: 48px 0
    }

    .about-page .ab-mission .about-mission-vision-block .row {
        grid-template-columns: 1fr;
        gap: 32px
    }

    .about-page .ab-mission .about-mission-vision-block .row > .col-md-6 {
        order: 2
    }

    .about-page .ab-mission .about-mission-vision-block .row > .col-md-5 {
        order: 1
    }

    .about-page .ab-mission .about-mission-vision-img {
        margin-top: 0
    }

    .about-page .ab-mission .about-mission-vision-img figure {
        max-width: 100%
    }

    .about-page .ab-incomparable {
        padding: 56px 0 48px
    }

    .about-page .ab-work .row.box-style-block {
        grid-template-columns: 1fr;
        gap: 20px;
        padding-top: 16px
    }

    .about-page .ab-work .box-style-left {
        order: 1
    }

    .about-page .ab-work .box-style-center {
        order: 2
    }

    .about-page .ab-work .box-style-right {
        order: 3
    }

    .about-page .ab-work .box-style-left article,
    .about-page .ab-work .box-style-right article,
    .about-page .ab-work .box-style-center article {
        min-height: auto
    }
}

/* Mobile */
@media (max-width: 767px) {
    .about-page.inner-warper,
    .inner-warper.about-page {
        padding-top: 72px
    }

    .about-page .container {
        padding-left: 16px;
        padding-right: 16px
    }

    /* Hero */
    .about-page .ab-hero {
        padding: 12px 12px 0
    }

    .about-page .ab-hero .about-us-main-banner-content {
        height: auto;
        min-height: 300px;
        border-radius: 12px
    }

    .about-page .ab-hero .about-us-main-banner-content > img {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        min-height: 300px;
        object-fit: cover
    }

    .about-page .ab-hero .about-us-main-banner-content .container {
        position: absolute;
        inset: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 20px 16px
    }

    .about-page .ab-hero .about-us-main-banner-content .main-heading-box {
        padding: 0;
        text-align: center
    }

    .about-page .ab-hero .about-us-main-banner-content .main-heading-box h1,
    .about-page .ab-hero .about-us-main-banner-content .main-heading-box h3 {
        font-size: clamp(24px, 6.5vw, 32px);
        line-height: 1.2;
        margin-bottom: 10px
    }

    .about-page .ab-hero .about-us-main-banner-content .main-heading-box p {
        font-size: 15px;
        line-height: 1.6
    }

    /* Profile + stats */
    .about-page .ab-profile {
        padding: 36px 0 44px
    }

    .about-page .ab-profile .about-info-block {
        margin-bottom: 32px
    }

    .about-page .ab-profile .about-info-block ul {
        grid-template-columns: 1fr 1fr;
        gap: 10px
    }

    .about-page .ab-profile .about-info-block ul li {
        padding: 18px 14px;
        min-width: 0
    }

    .about-page .ab-profile .about-info-block ul li + li {
        border-left: none;
        border-top: none
    }

    .about-page .ab-profile .about-info-block ul li figure {
        width: 40px;
        height: 40px;
        margin-bottom: 10px;
        padding: 8px
    }

    .about-page .ab-profile .about-info-block ul li figcaption p {
        font-size: 11px;
        line-height: 1.3
    }

    .about-page .ab-profile .about-info-block ul li figcaption h4 {
        font-size: 22px
    }

    .about-page .ab-profile .about-info-content {
        text-align: left
    }

    .about-page .ab-profile .about-info-content h4 {
        font-size: clamp(22px, 5.5vw, 28px)
    }

    .about-page .ab-profile .about-info-content p {
        font-size: 16px;
        line-height: 1.65
    }

    /* Mission — stacked: image then text */
    .about-page .ab-mission .about-mission-vision-block {
        padding: 36px 0 40px
    }

    .about-page .ab-mission .about-mission-vision-block .row {
        display: grid;
        grid-template-columns: 1fr;
        gap: 24px;
        margin-left: 0;
        margin-right: 0
    }

    .about-page .ab-mission .about-mission-vision-block .row > .col-md-6 {
        order: 2
    }

    .about-page .ab-mission .about-mission-vision-block .row > .col-md-5 {
        order: 1
    }

    .about-page .ab-mission .about-mission-vision-content.main-heading-box {
        text-align: left;
        margin-bottom: 0;
        padding-top: 0
    }

    .about-page .ab-mission .about-mission-vision-content.main-heading-box h4 {
        font-size: 12px;
        margin-bottom: 10px
    }

    .about-page .ab-mission .about-mission-vision-content.main-heading-box h3 {
        font-size: clamp(22px, 5.5vw, 28px);
        margin-bottom: 16px
    }

    .about-page .ab-mission .about-mission-vision-content.main-heading-box p {
        font-size: 16px;
        line-height: 1.65
    }

    .about-page .ab-mission .about-mission-vision-img figure {
        border-radius: 12px;
        max-width: 100%
    }

    /* Incomparable */
    .about-page .ab-incomparable {
        padding: 40px 0 36px
    }

    .about-page .ab-incomparable.section-padding {
        padding-bottom: 36px
    }

    .about-page .ab-incomparable .main-heading-box-inner {
        margin-bottom: 28px;
        text-align: left
    }

    .about-page .ab-incomparable .main-heading-box-inner h2 {
        font-size: clamp(22px, 5.5vw, 28px)
    }

    .about-page .ab-incomparable .row {
        display: grid;
        grid-template-columns: 1fr;
        gap: 12px;
        margin-left: 0;
        margin-right: 0
    }

    .about-page .ab-incomparable .col-md-4.box-style-1 {
        width: 100%;
        max-width: 100%
    }

    .about-page .ab-incomparable .box-style-1 article {
        padding: 22px 18px !important;
    }

    .about-page .ab-incomparable .box-style-1 figcaption h3 {
        font-size: 18px
    }

    .about-page .ab-incomparable .box-style-1 figcaption p {
        font-size: 15px
    }

    /* What we do — mobile stack */
    .about-page .ab-work {
        padding: 40px 0 48px
    }

    .about-page .ab-work.paddBot20 {
        padding-bottom: 48px
    }

    .about-page .ab-work .main-heading-box-inner {
        text-align: left;
        margin-bottom: 24px
    }

    .about-page .ab-work .main-heading-box-inner h2 {
        font-size: clamp(22px, 5.5vw, 28px)
    }

    .about-page .ab-work .main-heading-box-inner p {
        font-size: 16px
    }

    .about-page .ab-work .row.box-style-block {
        display: flex;
        flex-direction: column;
        gap: 20px;
        padding-top: 8px
    }

    .about-page .ab-work .box-style-block > [class*="col-"] {
        width: 100%
    }

    .about-page .ab-work .box-style-left article,
    .about-page .ab-work .box-style-right article {
        padding: 20px 18px 22px;
        min-height: 0
    }

    .about-page .ab-work .box-style-center article {
        padding: 22px 18px;
        min-height: 0;
        border-width: 2px;
        border-color: #d8dce8
    }

    .about-page .ab-work .box-style-left article h4,
    .about-page .ab-work .box-style-right article h4 {
        position: static;
        transform: none;
        display: block;
        width: 100%;
        max-width: 100%;
        white-space: normal;
        text-align: center;
        margin: 0 0 16px;
        padding: 10px 12px;
        overflow: visible;
        text-overflow: unset;
        box-sizing: border-box
    }

    .about-page .ab-work .box-style-left article li,
    .about-page .ab-work .box-style-right article li,
    .about-page .ab-work .box-style-center article li {
        font-size: 15px;
        padding: 11px 4px;
        text-align: left
    }

    .about-page .ab-work .box-style-center article li {
        text-align: left;
        font-weight: 500
    }

    .about-page .ab-work .box-style-left article li::before,
    .about-page .ab-work .box-style-right article li::before,
    .about-page .ab-work .box-style-center article li::before {
        left: 0;
        right: 0
    }
}

/* Small phones */
@media (max-width: 575px) {
    .about-page .ab-hero {
        padding: 8px 8px 0
    }

    .about-page .ab-hero .about-us-main-banner-content {
        min-height: 260px;
        border-radius: 10px
    }

    .about-page .ab-hero .about-us-main-banner-content > img {
        min-height: 260px
    }

    .about-page .ab-profile .about-info-block ul {
        grid-template-columns: 1fr
    }

    .about-page .ab-profile .about-info-block ul li {
        flex-direction: row;
        align-items: center;
        gap: 14px;
        padding: 16px
    }

    .about-page .ab-profile .about-info-block ul li figure {
        margin-bottom: 0;
        flex-shrink: 0
    }

    .about-page .ab-profile .about-info-block ul li figcaption {
        min-width: 0
    }

    .about-page .ab-incomparable .box-style-1 figure {
        width: 48px;
        height: 48px
    }

    .about-page .ab-mission .about-mission-vision-block {
        padding: 32px 0 36px
    }

    .about-page .ab-mission .about-mission-vision-block .row {
        gap: 20px
    }

    .about-page .ab-mission .about-mission-vision-img figure {
        border-radius: 10px
    }

    .about-page .ab-work .box-style-left article h4,
    .about-page .ab-work .box-style-right article h4 {
        font-size: 10px;
        letter-spacing: .06em;
        padding: 8px 10px
    }

    .about-page .ab-work .box-style-left article li,
    .about-page .ab-work .box-style-right article li,
    .about-page .ab-work .box-style-center article li {
        font-size: 14px
    }
}

/* Very small screens */
@media (max-width: 380px) {
    .about-page .ab-hero .about-us-main-banner-content .main-heading-box h1 {
        font-size: 22px
    }

    .about-page .ab-profile .about-info-block ul li figcaption h4 {
        font-size: 20px
    }
}
