.heroSimple {
    padding: 50px 0 100px;
    background: #263E47;
    position: relative;
}
.heroSimple .content h1 {
    color: #FFF;
    text-align: center;
    font-family: "Playfair Display";
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 58px;
}
.heroSimple .content p {
    color: #FFF;
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}
.heroSimple .content p strong {
    color: #FEA500;
    text-align: center;
    font-family: Inter;
    font-size: 19px;
    font-style: normal;
    font-weight: 500;
    line-height: 30.4px;
}
.heroSimple .wave {
    width: 100%;
    height: 56px;
    object-fit: cover;
    position: absolute;
    bottom: 0;
    left: 0;
}

.heroSimple .click {
    display: flex;
    justify-content: center;
}
.heroSimple .click .btn:first-of-type {
    margin-right: 10px;
}
