.form {
    padding: 100px 0 50px;
    position: relative;
    background: #E1A93B;
}
.form .wave {
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 56px;
    object-fit: cover;
}
.form .row {
    justify-content: center;
}
.form .wrap {
    border-radius: 20px;
    background: #FFF;
    padding: 50px;
}
.form .wrap .content 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;
}
.form .wrap .content p {
    color: #333;
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}
.form .wrap form input {
    border-radius: 5px;
    border: 1px solid #CFCFCF;
    background: #F6F6F6;
    padding: 14px 24px;
}
.form .wrap form textarea {
    border-radius: 5px;
    border: 1px solid #CFCFCF;
    background: #F6F6F6;
    padding: 14px 24px;
}
.form .wrap form button {
    width: fit-content;
    margin: 0 auto;
    display: block;
}
