.as-wrapper-7459a309 {
    display: flex;
    align-items: stretch;
    gap: 60px;
    width: 100%;
    background-color: #0b1a2d;
    padding: 0;
}

.as-wrapper-7459a309.as-row-reverse {
    flex-direction: row-reverse;
}

.as-image-col-7459a309 {
    flex: 0 0 50%;
    width: 50%;
}

.as-image-wrap-7459a309 {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 400px;
}

.as-image-wrap-7459a309 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.as-content-col-7459a309 {
    flex: 0 0 50%;
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 60px 60px 60px 0;
}

.as-wrapper-7459a309.as-row-reverse .as-content-col-7459a309 {
    padding: 60px 0 60px 60px;
}

.as-subtitle-wrap-7459a309 {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 20px;
}

.as-subtitle-line-7459a309 {
    display: block;
    width: 24px;
    height: 1px;
    background-color: #94a3b8;
}

.as-subtitle-7459a309 {
    font-family: "Roboto", sans-serif;
    font-size: 12px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #94a3b8;
}

.as-title-7459a309 {
    font-family: "Roboto Slab", serif;
    font-size: 48px;
    line-height: 1.1;
    color: #f8fafc;
    margin: 0 0 30px;
    font-weight: 400;
}

.as-title-7459a309 i,
.as-title-7459a309 em {
    font-style: italic;
}

.as-desc-7459a309 {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    line-height: 1.6;
    color: #cbd5e1;
    margin: 0 0 40px;
}

.as-divider-7459a309 {
    height: 1px;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.15);
    margin: 0 0 40px;
}

.as-grid-7459a309 {
    display: flex;
    gap: 40px;
}

.as-grid-item-7459a309 {
    flex: 1;
}

.as-grid-title-7459a309 {
    font-family: "Roboto", sans-serif;
    font-size: 12px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #94a3b8;
    margin: 0 0 15px;
    font-weight: 600;
}

.as-grid-desc-7459a309 {
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    line-height: 1.6;
    color: #cbd5e1;
    margin: 0;
}

@media (max-width: 991px) {
    .as-title-7459a309 {
        font-size: 36px;
    }
}

@media (max-width: 767px) {
    .as-wrapper-7459a309,
    .as-wrapper-7459a309.as-row-reverse {
        flex-direction: column;
        gap: 0;
    }

    .as-image-col-7459a309,
    .as-content-col-7459a309 {
        width: 100% !important;
        flex: 1 1 100% !important;
    }

    .as-image-wrap-7459a309 {
        min-height: 300px;
    }

    .as-content-col-7459a309,
    .as-wrapper-7459a309.as-row-reverse .as-content-col-7459a309 {
        padding: 40px 20px;
    }

    .as-grid-7459a309 {
        flex-direction: column;
        gap: 30px;
    }
}