#form .btn-green {
  background: var(--bs-primary);
  color: #ffffff;
}

.form-label {
  font-family: News Cycle;
  font-weight: 400;
  font-style: normal;
  font-size: 22px;
  line-height: 30px;
  letter-spacing: 0;
  color: #000000;
  margin-bottom: 10px;
}

@media (min-width: 992px) {
  .form-label {
    font-size: 26px;
    line-height: 30px;
  }
}

.form-control {
  border: 1px solid #000;
  border-radius: 0;
  min-height: 53px;
}

