.hero {
    position: relative;
    padding: 50px 0;
    min-height: 630px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.hero .content h1 {
    color: #FFF;
    font-family: "Playfair Display";
    font-size: 48px;
    font-style: normal;
    font-weight: 800;
    line-height: 58px;
    z-index: 2;
    position: relative;
}
.hero .content p {
    color: #FFF;
    font-family: Inter;
    font-size: 19px;
    font-style: normal;
    font-weight: 400;
    line-height: 30.4px;
    z-index: 2;
    position: relative;
}
.hero .wave {
    position: absolute;
    z-index: 2;
    bottom: 0;
    height: 56px;
    width: 100%;
    object-fit: cover;
}
