.cs-8eb5868a-wrapper {
    background-color: var(--e-global-color-1E1A17, #1E1A17);
    padding: 60px 20px;
    width: 100%;
}

.cs-8eb5868a-container {
    display: flex;
    flex-direction: column;
    max-width: 1200px;
    margin: 0 auto;
    gap: 40px;
}

@media (min-width: 768px) {
    .cs-8eb5868a-wrapper {
        padding: 100px 40px;
    }
    .cs-8eb5868a-container {
        flex-direction: row;
        align-items: center;
        gap: 8%;
    }
    .cs-8eb5868a-image-col {
        width: 48%;
    }
    .cs-8eb5868a-content-col {
        width: 52%;
    }
}

.cs-8eb5868a-image {
    width: 100%;
    height: auto;
    border-radius: 24px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
    object-fit: cover;
    aspect-ratio: 3 / 4;
}

.cs-8eb5868a-label {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 16px;
}

.cs-8eb5868a-heading {
    font-family: 'Playfair Display', serif;
    font-size: 32px;
    line-height: 1.2;
    margin: 0 0 24px 0;
    font-weight: 600;
}

@media (min-width: 768px) {
    .cs-8eb5868a-heading {
        font-size: 52px;
    }
}

.cs-8eb5868a-body p {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    line-height: 1.8;
    margin: 0 0 20px 0;
}

@media (min-width: 768px) {
    .cs-8eb5868a-body p {
        font-size: 18px;
    }
}

.cs-8eb5868a-body p:last-child {
    margin-bottom: 0;
}
