/*  body {
     margin: 0;
     background: #d9d6d4;
     font-family: "Playfair Display", serif;
 } */

.hero {
    /*  font-family: "Playfair Display", serif; */
    width: 100%;
    max-width: 1626px;
    /* height: 262px; */
    /*  background: #d9d6d4; */
    padding: 15px 0px;
    box-sizing: border-box;
}

.headline {
    margin: 0;
    font-size: 32px;
    line-height: 1.1;
    font-weight: 500;
    color: #111;
    letter-spacing: -0.5px;
}

.subheadline {
    margin: 18px 0 0;
    font-size: 30px;
    line-height: 1.05;
    font-style: italic;
    font-weight: 700;
    color: #c41212;
    letter-spacing: -0.5px;
}

.dash {
    color: #7c5f56;
    font-style: normal;
    margin: 0 8px;
}

.vpad {
    font-style: normal;
    margin: 25px 0;
}

@media (max-width: 768px) {
    .hero {
        height: auto;
        padding: 32px 24px;
    }

    .headline {
        font-size: 28px;
    }

    .subheadline {
        font-size: 24px;
    }
}