/* ...existing code... */

.feature-large-a-root {
    position: relative;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.feature-large-a-content-wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 32px;
    padding: 48px;
    flex-wrap: wrap;
}

    .feature-large-a-content-wrapper.flipped {
        flex-direction: row-reverse;
    }

.feature-large-a-image-wrapper {
    flex: 1 1 300px;
    text-align: center;
}

.feature-large-a-img {
    max-width: 100%;
    height: auto;
    border-radius: 4px;
    box-shadow: 0 4px 16px rgba(0,0,0,0.12);
}

.feature-large-a-text-wrapper {
    flex: 1 1 300px;
}

.feature-large-a-header {
    font-weight: 700;
    margin-bottom: 16px;
}

.feature-large-a-body {
    margin-bottom: 24px;
    line-height: 1.6;
}

.feature-large-a-buttons {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 8px;
}

.feature-large-a-invert-text {
    color: #fff;
}

.feature-large-a-root {
    position: relative;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.feature-large-a-content-wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 32px;
    padding: 48px;
    flex-wrap: wrap;
}

    .feature-large-a-content-wrapper.flipped {
        flex-direction: row-reverse;
    }

.feature-large-a-image-wrapper {
    flex: 1 1 300px;
    text-align: center;
}

.feature-large-a-img {
    max-width: 100%;
    height: auto;
    border-radius: 4px;
    box-shadow: 0 4px 16px rgba(0,0,0,0.12);
}

.feature-large-a-text-wrapper {
    flex: 1 1 300px;
}

.feature-large-a-header {
    font-weight: 700;
    margin-bottom: 16px;
}

.feature-large-a-body {
    margin-bottom: 24px;
    line-height: 1.6;
}

.feature-large-a-buttons {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 8px;
}

.feature-large-a-invert-text {
    color: #fff;
}

.armor-section {
    display: flex;
    /*flex-wrap: wrap;*/
    background: #052d66;
    min-height: 80vh;
    position: relative;
}

.container-armor {
    position: absolute;
    top: 35%;
}

.about-armor {
    background-color: #9cc4f9; /* matches the light blue background */
    padding: 40px 20px;
    text-align: center;
    color: #052d66;
    font-family: Arial, sans-serif;
}

.about-title-armor {
    font-size: 0.9375rem;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 5px;
    text-transform: uppercase;
    text-align: left;
    margin-left: 30px;
    font-family: 'titillium-web';
}

.title-underline {
    height: 2px;
    background-color: #052d66;
    border: none;
    margin: 0px 30px;
}

.about-text {
    font-size: 1rem;
    font-weight: 400;
    margin-top: 10px;
    margin: 0 30px !important;
    text-align: left;
}

.armor-left {
    background: #92bdf4;
    padding: 48px 32px 32px 40px;
    flex: 1 1 400px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    position: relative;
    min-width: 360px;
    border-radius: 0px 0 20px 0px;
    box-shadow: 0 8px 32px rgba(30, 60, 100, 0.2);
    height: 503px;
    width: 683px;
}

.armor-left-img {
    position: absolute;
    top: -100px;
    right: 70px;
    width: 309px;
    height: 209px;
    object-fit: cover;
    border-radius: 15px;
    box-shadow: 0 3px 20px rgba(0, 0, 0, 0.05);
    z-index: 2;
}

.armor-about-label {
    font-size: 0.8125rem;
    letter-spacing: 1px;
    font-weight: bold;
    margin-bottom: 8px;
    margin-top: 10px;
    text-transform: uppercase;
    color: #29436e;
    border-bottom: 2px solid #385c8a;
    width: fit-content;
    padding-bottom: 4px;
}

.armor-right .armor-content p {
    position: absolute;
    top: 30%;
    font-family: 'titillium-web';
    font-size: 1.5625rem;
}

.armor-header {
    margin-top: 24px;
    font-size: 2.3rem;
    font-weight: bold;
    line-height: 1.1;
    color: #163563;
    margin-bottom: 0;
}

.armor-right {
    flex: 1 1 400px;
    padding: 44px 38px;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    position: relative;
    min-width: 360px;
}

.armor-img-small {
    position: absolute;
    top: 0;
    right: 42px;
    width: 267px;
    height: 179px;
    object-fit: cover;
    border-radius: 15px;
    margin-top: -32px;
    background: #052d66;
    z-index: 2;
}

.armor-content {
    font-size: 1.125rem;
    line-height: 1.7;
    margin-top: 86px;
}

.armor-img-bottom {
    position: absolute;
    right: 42px;
    width: 388px;
    height: 210px;
    object-fit: cover;
    border-radius: 15px;
    bottom: -5rem;
    z-index: 2;
}

.about-text {
    font-size: 3.625rem;
    font-family: Spectral;
    font-weight: bold;
    line-height: normal;
}
/* Responsive */
@media (max-width: 1024px) {
    .armor-left {
        height: 790px;
    }
}



@media (max-width: 767px) {
    .container-armor {
        position: unset;
    }

    .armor-right .armor-content p {
        position: unset;
        font-size: 1.375rem;
        margin: 20px;
    }

    .about-text {
        font-size: 2.25rem;
    }

    .armor-section {
        flex-direction: column;
        min-height: unset;
    }

    .armor-left,
    .armor-right {
        min-width: unset;
        padding: 44px 18px;
        position: static;
        width: 100%;
    }

    .armor-section {
        flex-direction: column;
        min-height: unset;
        position: relative;
    }

    .armor-left-img,
    .armor-img-small,
    .armor-img-bottom {
        position: absolute;
        top: -30px;
        margin: 0;
        width: 109px;
        height: 109px;
        border-radius: 12px;
        border: none;
        box-shadow: none;
    }

    .armor-left-img {
        left: 5%;
        z-index: 2;
    }

    .armor-img-small {
        left: 37%;
        z-index: 2;
    }

    .armor-img-bottom {
        left: 69%;
        z-index: 2;
    }

    .armor-left {
        border-radius: 0;
        padding: 80px 20px 20px 20px;
        height: auto;
    }

    .armor-img-bottom {
        margin-top: 0;
        margin-bottom: 0;
    }

    .armor-about-label {
        margin-top: 0;
        color: #052d66;
        border-bottom-color: #052d66;
    }

    .armor-header {
        font-size: 1.8rem;
        margin-top: 10px;
    }

    .armor-right {
        padding: 20px;
    }

    .armor-content {
        font-size: 1rem;
        margin-top: 20px;
    }
}
