.beauty-luxe {

    display: grid;

    max-width: 1280px;

    margin:
        0 auto 72px;

    background: #f3dde3;

}


.beauty-luxe__image {

    min-height: 500px;

    overflow: hidden;

}


.beauty-luxe__image img {

    height: 100%;

    object-fit: cover;

}


.beauty-luxe__content {

    padding: 48px 24px;

}


.beauty-luxe h2 {

    margin: 0;

    font-family:
        Georgia,
        "Times New Roman",
        serif;

    font-size:
        clamp(3rem, 12vw, 5.4rem);

    font-weight: 500;

    letter-spacing: -0.05em;

    line-height: 0.95;

}


.beauty-luxe__content > p:not(.beauty-eyebrow) {

    max-width: 520px;

    color: #65575b;

    line-height: 1.7;

}


.beauty-luxe .beauty-button {

    margin-top: 14px;

}


@media (min-width: 768px) {

    .beauty-luxe {

        grid-template-columns:
            1.1fr 0.9fr;

        border-radius: 32px;

        overflow: hidden;

    }


    .beauty-luxe__content {

        display: flex;

        flex-direction: column;

        justify-content: center;

        padding: 64px;

    }

}