.opt-in {
    max-width: 128rem;
    margin: 0 auto;
    display: grid;
    align-items: center;
    justify-items: flex-start;
    justify-content: center;
    min-height: 8.4rem;
    padding: 3.8rem; }
    .opt-in__bg {
      background-color: #CB1220;
      padding: 0; }
    @media screen and (min-width: 64em) {
      .opt-in {
        grid-template-columns: 1fr;
        padding: 0 1.5rem; } }
    .opt-in__link {
      display: flex;
      width: 3rem; }
      @media screen and (min-width: 64em) {
        .opt-in__link {
          width: 1.8rem; } }
    .opt-in__title {
      display: none; }
    .opt-in p {
      font-size: 1.6rem;
      text-transform: uppercase;
      color: #fff;
      font-weight: bold;
      letter-spacing: 2px; }
    .opt-in__form {
      display: none; }
    .opt-in__social {
      display: flex;
      grid-template-columns: 1fr;
      gap: 1.5rem;
      align-items: center;
      justify-self: start; }
      @media screen and (min-width: 64em) {
        .opt-in__social {
          gap: 1.5rem;
          align-items: center;
          justify-self: center; } }
      .opt-in__social p {
        grid-column: 1 / -1; }
        @media screen and (min-width: 64em) {
          .opt-in__social p {
            grid-column: auto; } }
  
  form#gform_1 {
    border: none;
    display: block; }
  
  div#gform_wrapper_1 {
    max-width: 900px;
    margin: auto; }
  
  h2.gform_title {
    font-size: 5.6rem;
    color: #502300;
    margin-top: 55px;
    margin-bottom: 2rem;
    line-height: 1; }
  
  h2.contact-us-section-title {
    font-size: 20px; }
  
  p.contact-us-description {
    font-size: 17px; }
  
  #input_1_17 {
    font-family: "TrueNorth-Bold", sans-serif; }
  
  .gform_footer {
    display: flex;
    justify-content: center; }
  
  span.gform_description {
    font-size: 20px;
    padding-left: 0;
    display: block; }
  