.wpcf7-form input,
.wpcf7-form textarea {
  padding: 10px 15px;
  background-color: rgba(244, 171, 109, .2);
  border: 0;
  width: 100%;
  font-family: 'Roboto Condensed', sans-serif !important;
}

.wpcf7-form input.wpcf7-submit {
  border-radius: 12px;
  background-color: #F4AB6D;
  border: 0;
  color: #1C1D28;
  font-size: 15px;
  padding: 20px;
  width: 100%;
}

.wpcf7-form input.wpcf7-submit:hover {
  cursor: pointer;
}

.wpcf7-list-item label{
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}

.wpcf7-form input[type='checkbox']{
  width: 30px;
}


@media only screen and (min-width: 980px) {
  .wpcf7-form label {
    display: none;
  }
}