.btn-secondary {
  background-color: #DD052B;
  border-color: #DD052B;
}

.btn-secondary:hover {
  background-color: #bc0425;
  border-color: #b10422;
}

.btn-secondary:active {
  background-color: #b10422;
  border-color: #a60420;
}

@media (max-width: 575.98px) {
  #wc-contact-form #wc-contact-button-submit {
    width: 100%;
  }
}
#wc-contact-form textarea {
  height: 250px;
}
