.cf-form-wrap {
  h4 {
    color: #009540;
  }

  button {
    text-transform: uppercase;
  }

  .cf-checkbox-group {
    gap: 16px;
  }
  
  @media only screen and (min-width: 768px) {
    .cf-fields {
      .cf-control-group {
        display: flex;
        gap: 2rem;
        
        .cf-control-label {
          flex: 50%;
        }
        .cf-control-input {
          flex: 50%;
        }
      }
    }
  }
}