@media (max-width: 768px) {
    section:nth-of-type(n+3)>div:first-of-type {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
}

.hero {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.hero {
    position: relative;
    width: 100%;
}

.hero .intro-titles {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    /* height: 100vh; */
    height: 650px;
    aspect-ratio: 16/9;
    min-height: 650px;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    position: relative;
    color: #fff;
    padding-bottom: 250px;
    background-color: #272154;
}


.hero-container {
    position: relative;
    z-index: 2;
    max-width: 1400px;
    padding: 0 80px;
    text-align: left;
    padding-right: 120px;
}


.hero-title {
    font-size: 4.7rem;
    font-weight: 700;
    line-height: 1.2;
    color: #fff;
    margin-top: 15px;
}

.hero-title-logo {
    max-width: 350px;
    width: 100%;
    height: auto;
    margin: 0px 0 30px 0px;
}


/* === OUR PURPOSE SECTION === */
.our-purpose {
    position: relative;
    color: white;
    padding: 100px 0;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    margin-top: -1px;
    cursor: pointer;
}

.our-purpose .container {
    display: flex;
    justify-content: center;
}

.our-purpose .purpose-box {
    display: flex;
}

.our-purpose .purpose-img img {
    width: 80px;
    height: auto;
    display: block;
}

.our-purpose .purpose-desc {
    padding: 0px 15px;
    color: #fff;
    text-align: left;
}

.our-purpose .purpose-desc p {
    font-size: 2.9rem;
    margin: 0;
    font-weight: 600;
}

.our-purpose .purpose-desc .color-change {
    font-size: 3.4rem;
    margin: 0;
    font-weight: bolder;
    letter-spacing: 6px;
}



.our-purpose .color-change {
    color: #fff;
}

.our-purpose.active .color-change {
    background-image: linear-gradient(90deg, #1e90ff 0%, #ff3b3b 100%);
    background-size: 200% 100%;
    background-position: 0% 0%;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
    animation: purposeGradientFlow 1.6s ease forwards;
}

@keyframes purposeGradientFlow {
    0% {
        background-position: 0% 0%;
    }

    100% {
        background-position: 100% 0%;
    }
}

/* ===============================
   CORPORATE / SERVICES SECTION
================================ */

.corporate-section {
    background: #e9eaf2;
    padding: 100px 0;
    position: relative;
    z-index: 1;
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
}


.corporate-top {
    width: 100%;
    margin-bottom: 60px;
}


.corporate-title {
    font-size: 2.6rem;
    font-weight: 500;
    color: #272154;
    margin-bottom: 6px;
}

.corporate-subtitle {
    font-size: 1.6rem;
    font-weight: 500;
    color: #642349;
    margin-bottom: 14px;
}

.corporate-description {
    color: #272154;
    font-size: 1rem;
    line-height: 1.65;
    text-align: justify;
}

.corporate-description p {
    margin: 0 0 14px;
}

.corporate-description p:last-child {
    margin-bottom: 0;
}


.corporate-main {
    align-items: flex-start;
}


.corporate-accordion .corp-item {
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
    padding: 20px 0;
}

.corp-header {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 14px;
    background: none;
    border: 0;
    cursor: pointer;
    padding: 0;
}

.corp-num {
    min-width: 34px;
    font-size: 1.2rem;
    font-weight: 800;
    color: #BA1D2B;
}

.corp-title {
    color: #272154;
    font-size: 1.2rem;
    font-weight: 600;
}

.corp-arrow {
    margin-left: auto;
    width: 18px;
    transition: transform .3s ease;
}

.corp-item.active .corp-arrow {
    transform: rotate(90deg);
}

.corp-content {
    max-height: 0;
    overflow: hidden;
    margin-left: 52px;
    color: #272154;
    font-size: 0.98rem;
    line-height: 1.65;
    transition: max-height .35s ease;
}

.corp-item.active .corp-content {
    max-height: 600px;
    margin-top: 10px;
}


.corporate-image img {
    width: 85%;
    height: auto;
    display: block;
    margin-left: auto;
    border-radius: 15px;
}

/* =========================PROUD PARTNERS========================= */
.proud-partners-section {
    padding: 40px 0px;
}

.proud-bg {
    padding: 100px 0 110px;
    margin: 0 40px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 28px;
}

.proud-title {
    font-size: 2.6rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 10px;
}

.proud-subtitle {
    font-size: 1.1rem;
    color: #fff;
    max-width: 760px;
    margin: 0 auto 60px;
}

.proud-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 32px;
    max-width: 1000px;
    margin: 0 auto;
}

.proud-grid .proud-box {
    flex: 0 0 calc(25% - 24px);
    text-align: center;
}

.proud-box {
    background: rgba(39, 33, 84, 0.85);
    border: 2px solid #B7C7DB;
    border-radius: 18px;

    padding: 34px 24px;
    min-height: 190px;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 16px;

    text-align: center;
    transition: transform .3s ease, box-shadow .3s ease;
}

.proud-box:hover {
    transform: translateY(-6px);
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.18);
}


.proud-icon {
    width: 48px;
    height: auto;
}


.proud-box-title {
    color: #fff;
    font-size: 1rem;
    font-weight: 600;
}

/* =========================NEXT========================= */

.next-section {
    background-size: cover;
    background-position: center;
    padding: 100px 0;
    color: #fff;
    position: relative;
    height: 800px;
}

.next-title {
    font-size: 4.6rem;
    font-weight: 700;
    margin-bottom: 10px;
}

.next-subtitle {
    font-size: 2.6rem;
    font-weight: 400;
    margin-bottom: 40px;
}

.next-list ul {
    list-style: none;
    /* padding: 0; */
    margin: 0;
}

.next-list li {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 1rem;
    margin-bottom: 20px;
}

.next-list li img {
    width: 24px;
    height: 24px;
    object-fit: contain;
}

/* === ABOUT SECTION === */

.about-ahi {
    background-size: contain;
    background-position: top;
    padding: 85px 0;
    background-color: #fff;
    background-repeat: no-repeat;
}

.about-header {
    margin-bottom: 50px;
}

.about-title {
    color: #283583;
    font-size: 3.5rem;
    font-weight: 500;
    /* margin-bottom: 15px; */
}

.about-subtitle {
    color: #642349;
    font-size: 2.2rem;
    margin-bottom: 40px;
}

.about-content {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.about-left {
    flex: 1;
    min-width: 300px;
    display: flex;
    flex-direction: column;
}

.about-text-left {
    flex-grow: 1;
}

.about-red-line {
    margin-top: auto;
}

.about-red-line img {
    width: 100%;
    margin-top: -20px;
}

.about-right {
    flex: 1;
    min-width: 300px;
    display: flex;
    flex-direction: column;
}

.about-text-right {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.about-text-left,
.about-text-right {
    font-size: 1rem;
    line-height: 1.8;
    color: #272154;
    text-align: justify;
}

.about-text-right .about-last-text {
    display: inline-block;
    margin-top: auto;
    color: #283583;
    margin-top: 30px;
}

.about-text-right p:last-child {
    margin-bottom: 0px !important;
}

.about-ahi-locations {
    margin-top: 80px;
}

.about-ahi-locations .about-under {
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 24px;
    min-height: 600px;
    overflow: visible;
}

.about-ahi-locations .about-locations-card {
    position: absolute;
    right: 6%;
    bottom: -80px;
    max-width: 600px;
    height: auto;
    background-color: #272154;
    border-radius: 18px;
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.18);
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 28px 32px;
}

.about-ahi-locations .about-locations-info {
    /* max-width: 55%; */
    color: #fff;
    line-height: 1.6;
    font-size: 0.95rem;
    text-align: left;
}

.about-ahi-locations .about-locations-info p {
    margin: 0 0 10px 0;
}

.about-ahi-locations .about-locations-info strong {
    font-weight: 700;
}

.locations-map-section {
    background: #f3f4f6;
    padding: 80px 0;
    /* width: 100%; */
}

.locations-map-img {
    height: auto;
    display: block;
    margin: auto;
    width: 80%;
}

.online-services {
    background-size: cover;
    background-position: center;
    padding: 100px 0;
    color: #fff;
    margin: 18px;
    aspect-ratio: 16 / 9;
    border-radius: 30px;
}

.online-top h2,
.online-middle h2 {
    font-size: 2.6rem;
    font-weight: 700;
    margin-bottom: 10px;
}

.online-top h3,
.online-middle h3 {
    font-size: 1.8rem;
    font-weight: 500;
    margin-bottom: 10px;
}

.online-subtitle-1,
.online-subtitle-2 {
    font-size: 1.1rem;
    margin-bottom: 30px;
    margin-top: 70px;
}

.online-schema {
    max-width: 100%;
    height: auto;
    margin-bottom: 50px;
    border-radius: 20px;
}

.online-ps {
    font-size: 1rem;
    text-align: center;
    font-weight: 400;
    font-style: italic;
    margin-bottom: 35px;
}

.service-box {
    background: rgba(39, 33, 84, 0.85);
    border: 1px solid #B7C7DB;
    border-radius: 12px;
    text-align: left;
    padding: 30px 20px;
    min-height: 300px;
}

.service-box img {
    max-width: 60px;
    height: auto;
    margin-bottom: 15px;
}

.service-box h4 {
    font-size: 1.2rem;
    margin-bottom: 10px;
}

.service-box p {
    font-size: 1rem;
}

.analysis-image-section {
    margin-top: 30px;
}

.analysis-image-section .image-under {
    position: relative;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 24px;
    min-height: 600px;
    overflow: visible;
}

.the-array .array-title h1 {
    color: #283583;
    font-size: 2.6rem;
}

.the-array .array-description {
    color: #000;
    font-size: 1.2rem;
    margin: 40px auto;
}

.the-array .array-footnote-1 {
    display: flex;
    flex-direction: row;
    margin-top: 60px;
    margin-bottom: 60px;
}

.the-array .array-footnote-1 .foot-1,
.the-array .array-footnote-1 .foot-2 {
    display: flex;
    align-items: start;
    margin-right: 20px;
    text-align: left;
}

.the-array .array-footnote-1 .foot-1 img {
    width: 24px;
    height: 30px;
    margin-right: 10px;
}

.the-array .array-footnote-1 .foot-1 span {
    font-size: 14px;
}

.the-array .array-footnote-1 .foot-2 span {
    font-size: 14px;
}


/* =========================EXTRA SERVICES SECTION========================= */

.extra-section {
    background-size: cover;
    background-position: center;
    padding: 100px 0;
}

.extra-title {
    font-size: 2.6rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 80px;
}

.extra-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
}

.extra-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.extra-item {
    display: flex;
    align-items: flex-start;
    gap: 18px;
    margin-bottom: 40px;
}

.extra-icon {
    width: 26px;
    height: auto;
    flex-shrink: 0;
    margin-top: 6px;
}

.extra-content h4 {
    font-size: 1.15rem;
    font-weight: 700;
    color: #B7C7DB;
    margin-bottom: 4px;
}

.extra-content h5 {
    font-size: 1rem;
    font-weight: 600;
    color: #fff;
    margin-bottom: 6px;
}

.extra-content p {
    font-size: 0.95rem;
    line-height: 1.6;
    color: #fff;
    margin: 0;
    text-align: justify;
}

/* =========================CONTROL SYSTEMS========================= */

.control-systems-section {
    position: relative;
    padding: 120px 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: #fff;
    height: 800px;
    align-content: center;
}


.control-title {
    font-size: 3.6rem;
    font-weight: 700;
    padding: 30px 0px;
}

.control-subtitle {
    font-size: 1.8rem;
    font-weight: 600;
    padding: 50px 0px;
}

.control-description {
    font-size: 1.2rem;
    line-height: 1.7;
    padding: 50px 0px;
    text-align: justify;
}

/* =========================MAIN APPLICATIONS========================= */

.main-applications-section {
    padding: 120px 0;
    background: #fff;
}

.main-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 35px;
}

.main-title {
    font-size: 2.6rem;
    font-weight: 500;
    color: #283583;
}

.main-subtitle {
    font-size: 1.5rem;
    font-weight: 400;
    margin-top: 5px;
    color: #642349;
}

.main-logo img {
    max-width: 250px;
}

.main-description {
    /* max-width: 820px; */
    margin-bottom: 40px;
    line-height: 1.7;
}

.main-bullets {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    margin-bottom: 60px;
}

.main-bullets ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.main-bullets li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 18px;
    font-weight: 400;
}

.main-bullets li img {
    width: 18px;
    margin-top: 4px;
}

.main-bullets .red-line {
    margin-top: 30px;
}

.main-bullets .red-line img {
    width: 100%;
}

.main-schema {
    text-align: center;
}

.main-schema img {
    max-width: 100%;
}

/* =========================LAST SECTION========================= */

.last-section {
    padding: 120px 0;
    background-size: cover;
    background-position: center;
    position: relative;
}

.last-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(240px, 1fr));
    gap: 40px;
}

.last-box {
    border: 2px solid #fff;
    border-radius: 14px;
    padding: 35px 30px;
    background: rgba(255, 255, 255, 0.05);
    color: #fff;
}

.last-box h4 {
    font-size: 1.3rem;
    font-weight: 700;
    margin-bottom: 15px;
    color: #fff;
}

.last-desc {
    font-size: 1rem;
    line-height: 1.6;
    color: #fff;
}

.last-desc p {
    margin-bottom: 0;
}




@media (max-width: 1200px) {

    .corporate-image img {
        width: 80%;
    }

    .online-services {
        height: auto;
        border-radius: 30px;
    }

}

@media (max-width: 991px) {
    .hero-container {
        padding: 0 20px;
        text-align: center;
    }

    .hero-title {
        font-size: 2.1rem;
    }

    .hero-title-logo {
        max-width: 250px;
        margin-top: 15px;
    }

    .hero .intro-titles {
        align-items: center;
        justify-content: center;
        text-align: center;
        padding-bottom: 0;
        min-height: 500px;
        aspect-ratio: 16 / 9;
    }


    .hero h2 {
        font-size: 3rem;
        text-align: center;
    }

    .hero h3 {
        font-size: 2.1rem;
        text-align: center;

    }

    .our-purpose .purpose-title {
        font-size: 2.2rem;
    }

    .our-purpose .purpose-arrow {
        width: 28px;
        top: -18px;
        right: -25px;
    }

    .our-purpose .purpose-line {
        bottom: -4px;
    }

    .corporate-section {
        padding: 70px 0;
    }

    .corporate-title {
        font-size: 2.1rem;
        text-align: center;
    }

    .corporate-image {
        margin-top: 40px;
        text-align: center;
    }

    .corporate-image img {
        width: 100%;
        margin: 40px auto 0;
    }

    .corp-content {
        /* margin-left: 42px; */
        margin: 10px;
        text-align: justify;
    }

    .about-ahi {
        padding: 70px 0;
    }

    .about-ahi-locations .about-under {
        min-height: 380px;
    }

    .about-ahi-locations .about-locations-card {
        right: 50%;
        transform: translateX(50%);
        bottom: -70px;
        width: 420px;
        height: 280px;
    }

    .about-ahi-locations .about-locations-info {
        max-width: 70%;
    }

    .main-top {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }

    .main-bullets {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .extra-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .extra-title {
        font-size: 2.2rem;
        text-align: center;
    }

    .main-logo img {
        max-width: 100%;
    }

    .proud-grid .proud-box {
        flex: 0 0 calc(50% - 16px);
    }

    .last-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }

    .table-scroll-wrap {
        position: relative;
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
    }

    /* fake visible scrollbar */
    .scroll-indicator {
        position: sticky;
        left: 0;
        bottom: 0;
        height: 6px;
        width: 100%;
        background: rgba(40, 53, 131, 0.18);
        border-radius: 20px;
        margin-top: 10px;
    }

    .scroll-indicator::after {
        content: "";
        display: block;
        width: 35%;
        height: 100%;
        background: #283583;
        border-radius: 20px;
    }
}


@media (max-width: 767px) {
    .hero .intro-titles {
        height: auto;
    }

    .corporate-subtitle {
        text-align: center;
    }

    .control-title {
        font-size: 2.1rem;
        padding: 0;
    }

    .control-subtitle {
        font-size: 1.3rem;
        padding: 0;
    }

    .control-systems-section {
        padding: 90px 0;
        height: auto;
    }

    .main-bullets .red-line {
        display: none;
    }

    .main-title {
        text-align: center;
    }

    .main-subtitle {
        text-align: center;
    }

    .proud-bg {
        margin: 0 7px;
        border-radius: 20px;
    }

    .proud-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
        justify-items: center;
    }

    .proud-grid .proud-box {
        width: 180px;
        max-width: 180px;
        text-align: center;
    }

    .next-section {
        height: auto;
    }

    .next-title {
        font-size: 2.1rem;
        text-align: center;
    }

    .next-subtitle {
        font-size: 1.4rem;
        text-align: center;
    }

    .analysis-image-section .image-under {
        min-height: 180px;
    }

    .the-array .array-title h1 {
        color: #151B6A;
        font-size: 28px;
    }

    .the-array .array-description p {
        color: #151B6A;
        font-size: 16px;
    }

    .the-array .array-footnote-1 {
        display: block;
        margin-right: 20px;
    }

    .the-array .array-footnote-1 .foot-1,
    .the-array .array-footnote-1 .foot-2 {
        display: block;
        align-items: center;
        margin-right: 0px;
    }

    .our-purpose .purpose-desc p {
        font-size: 2rem;
        margin: 0;
        font-weight: 600;
    }

    .our-purpose .purpose-desc .color-change {
        font-size: 2.4rem;
        margin: 0;
        font-weight: bolder;
        letter-spacing: 4px;
    }

    .our-purpose .purpose-img img {
        width: 60px;
    }


    .our-purpose {
        padding: 40px 0;
    }

    .our-values {
        padding: 70px 0;
    }

    .corporate-accordion .corp-item {
        min-height: 120px;
    }

    .corp-title {
        text-align: left;
    }

    .about-title {
        font-size: 2.1rem;
        text-align: center;
    }

    .about-subtitle {
        font-size: 1.2rem;
        text-align: center;
    }

    .about-content {
        flex-direction: column;
        text-align: center;
        padding: 0px 10px;
    }

    .about-red-line img {
        margin-left: auto;
        margin-right: auto;
    }
}


@media (max-width: 576px) {
    .hero h1 {
        font-size: 1.8rem;
    }

    .our-purpose .purpose-title {
        font-size: 1.8rem;
    }

    .our-purpose .purpose-arrow {
        width: 22px;
        top: -15px;
        right: -20px;
    }

    .our-purpose .purpose-line {
        bottom: -3px;
    }


    .corporate-image img {
        width: 90%;
    }

    .about-ahi-locations .about-under {
        background-image: none !important;
        min-height: 0;
        padding: 0;
    }

    .about-ahi-locations .about-locations-card {
        position: relative;
        right: 0;
        bottom: 0;
        transform: none;
        width: 100%;
        height: auto;
        margin: 0 auto;
        border-radius: 18px;
        background-size: cover;
        background-position: center;
        padding: 30px 20px;
    }

    .about-ahi-locations .about-locations-info {
        max-width: 100%;
        font-size: 0.95rem;
        color: #fff;
        text-align: left;
    }

    .proud-title {
        font-size: 1.6rem;
    }

    .last-grid {
        grid-template-columns: 1fr;
        gap: 25px;
    }

    .last-section {
        padding: 90px 0;
    }

    .table-responsive-container {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        width: 100%;
        scrollbar-width: thin;
    }

    .table-responsive-container::-webkit-scrollbar {
        height: 8px;
    }

    .table-responsive-container::-webkit-scrollbar-thumb {
        background-color: #151c73;
        border-radius: 4px;
    }

    .table-responsive-container::-webkit-scrollbar-track {
        background: #e7e7e7;
        border-radius: 4px;
    }


}


.contact-cta-section {
    padding: 70px 0px 25px 0;
}

.contact-cta-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #272154;
    margin-bottom: 50px;
    text-align: center;
}

.contact-cta-row {
    align-items: center;
}

.contact-cta-text {
    font-size: 1.15rem;
    line-height: 1.7;
    color: #272154;
    text-align: center;
    /* cursor: pointer; */
    margin-bottom: 50px;

}

.contact-cta-button-wrap {
    display: flex;
    justify-content: center;
}

.contact-cta-button {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    padding: 10px 25px;
    border-radius: 50px;
    border: 2px solid #BF1D21;
    font-size: 1.8rem;
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
    color: #BF1D21;
    background: linear-gradient(to right, #BF1D21 50%, #fff 50%);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: 200% 100%;
    transition: background-position .35s ease-out, color .35s ease-out;
}

.contact-cta-button span {
    cursor: pointer !important;
}

.contact-cta-button:hover {
    background-position: left bottom;
    color: #fff;
}

.contact-cta-button-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.contact-cta-button-icon img {
    width: 30px;
    height: auto;
    display: block;
    cursor: pointer;
}

@media (max-width: 991px) {
    .contact-cta-title {
        font-size: 2.4rem;
        margin-bottom: 35px;
    }

    .contact-cta-button-wrap {
        margin-top: 25px;
    }

    .contact-cta-button {
        display: inline-flex;
        align-items: center;
        gap: 14px;
        padding: 10px 25px;
        border-radius: 50px;
        border: 2px solid #283583;
        font-size: 1.8rem;
        font-weight: 600;
        text-decoration: none;
        cursor: pointer;
        color: #283583;
        background: linear-gradient(to right, #283583 50%, #fff 50%);
        background-repeat: no-repeat;
        background-position: right bottom;
        background-size: 200% 100%;
        transition: background-position .35s ease-out, color .35s ease-out;
    }

    .the-array .array-description p,
    .the-array .array-description,
    .main-bullets li,
    .main-description,
    .service-box p,
    .online-subtitle-1,
    .online-subtitle-2 {
        text-align: justify !important;
    }
}

@media (max-width: 767px) {


    .contact-cta-title {
        font-size: 2rem;
    }

    .contact-cta-text {
        font-size: 1rem;
    }
}