.split-content-f7121863-wrapper {
    display: flex;
    flex-direction: column;
    background-color: #f5f1ed; /* default background */
}

@media (min-width: 768px) {
    .split-content-f7121863-wrapper {
        flex-direction: row;
    }
    .split-content-f7121863-image-col,
    .split-content-f7121863-text-col {
        flex: 1;
        width: 50%;
    }
}

.split-content-f7121863-image-col img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    min-height: 400px;
}

.split-content-f7121863-text-col {
    padding: 4rem 2rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

@media (min-width: 768px) {
    .split-content-f7121863-text-col {
        padding: 6rem;
    }
}

.split-content-f7121863-eyebrow {
    text-transform: uppercase;
    font-size: 0.75rem;
    letter-spacing: 0.15em;
    margin-bottom: 1rem;
    color: #8b7355;
}

.split-content-f7121863-title {
    font-size: 2.5rem;
    line-height: 1.2;
    margin-bottom: 1.5rem;
    color: #2d2a26;
    margin-top: 0;
}

.split-content-f7121863-desc {
    font-size: 1rem;
    line-height: 1.6;
    color: #5a5550;
    margin-bottom: 2rem;
}

.split-content-f7121863-btn {
    display: inline-block;
    background-color: #2d2a26;
    color: #ffffff;
    padding: 1rem 2.5rem;
    text-decoration: none;
    font-size: 0.875rem;
    letter-spacing: 0.05em;
    align-self: flex-start;
    border: none;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.split-content-f7121863-btn:hover {
    background-color: #000000;
    color: #ffffff;
}
