#redirect-section {
  padding: 40px 0;
}
@media (min-width: 992px) {
  #redirect-section {
    padding: 60px 0;
  }
}
#redirect-section h1 {
  margin-bottom: 0.5rem;
}
#redirect-section h3 {
  margin-top: 0;
  color: #0167AB;
  font-weight: 400;
}

.redirect-content {
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .redirect-content {
    font-size: 1.1rem;
  }
}
.redirect-content p {
  margin-bottom: 1rem;
}
.redirect-content strong {
  display: block;
  margin-top: 1.5rem;
}

.redirect-form-container iframe {
  background-color: white;
}