

.pms-interest-banner {
  background-color: var(--Grey-900);
}

.pms-interest-banner .row {
  padding: 3rem 0rem;
}

.pms-interest-banner .row h1 {
  font-weight: 600;
  margin-bottom: 1rem;
  color: white;
}

.pms-interest-banner .row p {
  
  margin-bottom: 0rem;
  color: white;
}

.ask-interest-question {
  padding: 3rem 0rem;
  background: var(--Grey-900);
}

.ask-interest-question .form-control,
.form-control {
  color: white;
  background-color: var(--Grey-700);
  background-clip: padding-box;
  border: 0;
  border-radius: 8px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

label {
  color: white;
}

@media screen and (max-width: 768px) {
  .pms-interest-banner .row h1 {
    font-weight: 600;
    margin-bottom: 1rem;
    font-size: var(--text-display-sm);
  }
}
