.hero-split-container-dd8a83fe {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 100%;
    box-sizing: border-box;
}

.hero-split-image-col-dd8a83fe {
    flex: 1 1 450px;
    max-width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hero-split-img-dd8a83fe {
    max-width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 8px;
}

.hero-split-text-col-dd8a83fe {
    flex: 1 1 450px;
    max-width: 100%;
    padding: 20px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.hero-split-kicker-dd8a83fe {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1.5px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.hero-split-title-dd8a83fe {
    font-size: 42px;
    line-height: 1.2;
    margin: 0 0 15px 0;
    font-weight: 800;
}

.hero-split-desc-dd8a83fe {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 0;
}

@media (max-width: 767px) {
    .hero-split-container-dd8a83fe {
        flex-direction: column;
    }
    .hero-split-image-col-dd8a83fe,
    .hero-split-text-col-dd8a83fe {
        flex: 1 1 100%;
    }
}
