.ds-rsvp-wrapper{
    padding:60px 10px;

     .ds-rsvp-form{
         background:#f2f4f1;

         h4{
             font-size:43px;
         }
        
         .form-control{
            border: unset;
         }
         input,select{
            height: 40px;
         }
         textarea{
            height: 200px;
         }
         button{
            background-color: #a2898a;
            color: #fff;
            border: unset;
            padding: 10px 29px;
         }
         button:hover{
            background-color: #b4a2a2;
         }
         input,select,textarea {
            font-weight: 100;
            color: rgb(103 103 103);

            &::placeholder {
               color: rgb(103 103 103);
               font-weight: 100;
           }
        }
     }
 }
 @media(max-width:767px){
    .ds-rsvp-wrapper .ds-rsvp-form h4{
        font-size:26px !important;
    }
    .ds-rsvp-wrapper .ds-rsvp-form textarea{
        height: 110px !important;
     }
 }