#form {
    padding: 50px 0;
    background: #9E2057;
}
#form .row {
    justify-content: center;
}
#form .wrap {
    border-radius: 20px;
    background: #FFF;
    padding: 50px;
}
@media (max-width: 991px) {
    #form .wrap {
        padding: 30px 15px;
    }
}
#form .wrap .content {
    margin-bottom: 50px;
}
#form .wrap .content h2 {
    color: #3A1E92;
    text-align: center;
    font-family: Domine;
    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 textarea {
    height: 120px;
}
#form .wrap .btn {
    margin: 40px auto 0;
    display: block;
}
