.wrappedText {
    padding: 110px 0 50px;
    background: #E1A93B;
    position: relative;
}
.wrappedText .wrap {
    border-radius: 20px;
    background: #FFF;
    padding: 70px 50px;
}
.wrappedText .wrap h2 {
    color: #333;
    text-align: center;
    font-family: "Playfair Display";
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 33px;
    margin-bottom: 20px;
}
.wrappedText .wrap p {
    color: #333;
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    margin: 0;
}
.wrappedText .wave {
    height: 56px;
    width: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}
