.webform-submission-form{
  max-width:600px; 
  margin:0 auto;
  margin-bottom: 130px;
} 
.webform-submission-form textarea{
    width: 100%;
    border: 1px solid rgba(22, 22, 22, .4);
    font-size: .833rem;
    line-height: 2.333rem;
    color: #161616;
    padding: 2px 15px;
}
.webform-submission-form .webform-button--submit{
width: auto;
    border: 2px solid #be8653;
    padding: 20px 50px;
    background: none;
    color: #161616;
    text-transform: uppercase;
    font-size: .722rem;
    line-height: .889rem;
    font-weight: 700;
    transition: background .2s ease;
}

.webform-submission-form .form-actions{
    text-align:right; 
}