.newsletter-section.newsletter-stay-sauced {
  background-color: #b51f3c;
  border-radius: 0 6.4rem;

  .section-content {
    width: 100%;
    display: grid;
    --gap: 4.8rem;
    grid-template-columns: repeat(2, 1fr);
    row-gap: 0;
    align-items: center;
    justify-content: center;
  }

  .section-content .title {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
    grid-row: 1 / span 2;
    line-height: 9.6rem;
    color: #fff;
    font-size: 9.6rem;
    font-family: "Big Shoulders", sans-serif;
    text-transform: uppercase;
    letter-spacing: -0.25px;
    -webkit-text-stroke: 2px #ffffff;
    color: #b51f3c;
    font-weight: 800;
    text-align: center;
  }

  .section-content .description {
    width: 100%;
    max-width: 100%;
    color: #fff;
    font-weight: 300;
    margin-bottom: 1.6rem;
    font-size: 1.8rem;
    font-family: Rubik;
  }

  .section-form-wrapper,
  .section-content .description {
    max-width: 46rem;
  }

  .newsletter-form__field-wrapper {
    width: 100%;
    display: flex;
    flex-direction: column;
    row-gap: 1.6rem;
  }

  .newsletter-form__field-wrapper .field__input {
    border-radius: 8.4rem;
    padding: 1.2rem 2.4rem;
    font-family: Rubik;
  }

  .newsletter-form__field-wrapper .field__input::placeholder {
    font-size: 1.8rem;
    font-style: italic;
    font-weight: 300;
    font-family: Rubik;
  }

  .newsletter-form__button {
    width: 100%;
    border-radius: 84px;
    font-weight: 700;
    padding-block: 1.3rem !important;
    font-family: Rubik;
    border: none;
  }

  .newsletter-form__button:hover {
    background-color: #9e9a9e;
    border: none;
  }

  .button_text_footer-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.8rem;
    color: #fff;
    font-weight: 300;
    font-style: italic;
    font-size: 1.8rem;
  }

  .button_text_footer-text {
    font-family: Rubik;
  }

  @media (max-width: 900px) {
    .section-content .title {
      text-align: left;
    }
  }

  @media (max-width: 768px) {
    border-radius: 0 6.4rem 0 0;
    .container {
      padding-inline: 1.6rem;
    }
    .section-content {
      grid-template-columns: repeat(1, 1fr);
    }
    .section-content .title {
      max-width: 90%;
      font-weight: 800;
      margin-bottom: 1.2rem;
    }
    .section-content .description {
      text-align: left;
    }
    .button_text_footer-text {
      font-size: 1.2rem;
    }

    .newsletter-form__field-wrapper {
      row-gap: 0.8rem;
    }
  }
}
