.form-type-webform-markup h2 {
  color: #1F1F1F;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700;
  font-style: normal;
}
.form-actions .btn-primary {
  color: #fff;
  background: #333;
  border-color: #333;
  border-radius: 5px;
  padding:12.3px 24px;
  line-height: 18px;
  text-transform:uppercase;
  font-size:12px
}
.form-actions .btn-primary::hover,
.form-actions .btn-primary::focus,{ 
  background: #502;
}

.text-small {
  font-size: 12px;
}