@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@600&family=Montserrat:wght@400&display=swap');

.hero-cf42deaa-outer {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: stretch;
    gap: 0;
    min-height: 520px;
    background: #FFFFFF;
    width: 100%;
    box-sizing: border-box;
}

.hero-cf42deaa-left {
    width: 46%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 50px 52px 50px 70px;
    box-sizing: border-box;
}

.hero-cf42deaa-heading {
    font-family: 'Cormorant Garamond', serif;
    font-weight: 600;
    font-size: 60px;
    line-height: 1.04em;
    color: #1B1819;
    margin: 0 0 20px 0;
}

.hero-cf42deaa-divider {
    width: 150px;
    height: 2px;
    background-color: #E68EA7;
    margin: 0 0 20px 0;
}

.hero-cf42deaa-paragraph {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.6em;
    color: #4B4548;
    max-width: 430px;
    margin: 0;
}

.hero-cf42deaa-right {
    width: 54%;
    min-height: 520px;
    background-size: cover;
    background-position: center center;
    border-top-left-radius: 155px;
    border-bottom-left-radius: 220px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border: 2px solid #F2D2DB;
    overflow: hidden;
    box-sizing: border-box;
}

/* Mobile responsive layout */
@media (max-width: 767px) {
    .hero-cf42deaa-outer {
        flex-direction: column;
        min-height: auto;
    }
    .hero-cf42deaa-left,
    .hero-cf42deaa-right {
        width: 100%;
    }
    .hero-cf42deaa-left {
        padding: 40px 20px;
    }
    .hero-cf42deaa-heading {
        font-size: 40px;
    }
    .hero-cf42deaa-right {
        height: 350px;
        min-height: 350px;
        border-radius: 0;
        border-left: none;
        border-right: none;
    }
}
