.split-header-container-4e69f178 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    gap: 40px;
}

.split-header-left-4e69f178 {
    flex: 1 1 50%;
    min-width: 300px;
}

.split-header-right-4e69f178 {
    flex: 1 1 40%;
    min-width: 300px;
    padding-left: 20px;
}

.split-header-pre-title-4e69f178 {
    display: block;
    font-size: 0.85rem;
    font-weight: 700;
    letter-spacing: 0.15em;
    margin-bottom: 15px;
    color: #c59b27;
    text-transform: uppercase;
    font-family: inherit;
}

.split-header-title-4e69f178 {
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.15;
    margin: 0;
    color: #1a1a1a;
    font-family: inherit;
    letter-spacing: -0.02em;
}

.split-header-desc-4e69f178 {
    font-size: 1.15rem;
    line-height: 1.6;
    margin: 0;
    color: #555555;
    font-weight: 300;
    font-family: inherit;
}

@media (max-width: 767px) {
    .split-header-container-4e69f178 {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }
    .split-header-left-4e69f178,
    .split-header-right-4e69f178 {
        flex: 1 1 100%;
        width: 100%;
        padding-left: 0;
    }
    .split-header-title-4e69f178 {
        font-size: 2.25rem;
    }
}
