.ktk-block-newsletter {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: stretch;
  padding-top: 3.6rem;
  padding-bottom: 23px;
}
.ktk-block-newsletter-icon {
  width: 50%;
  text-align: center;
}
  .ktk-block-newsletter-icon img{
    width: 282px;
  }
.ktk-block-newsletter-form {
  width: 50%;
  color: #126440;
}
.ktk-block-newsletter-form--w100 {
  width: 100% !important;
}
  .ktk-block-newsletter-form__icon-mobile {
    display: none;
  }
  .ktk-block-newsletter-form__title * {
    color: #126440;
    font-weight: 400;
    font-size: 40px;
    line-height: 33px;
    margin-bottom: 0;
    letter-spacing: normal;
    text-transform: uppercase;
    letter-spacing: 1.8px;
    padding-bottom: 38px;
  }
  .ktk-block-newsletter-form__subtitle-top * {
    color: #126440;
    font-weight: 400;
    font-size: 2rem;
    line-height: 33px;
    margin-bottom: 0;
    letter-spacing: normal;
    letter-spacing: -0.2px;
  }
  @media screen and (max-width: 767px) {
    .ktk-block-newsletter {
      padding-top: 0;
    }
      .ktk-block-newsletter-form {
        width: 100%;
      }
        .ktk-block-newsletter-form__title * {
          font-size: 30px;
          font-weight: 700;
        }
        .ktk-block-newsletter-form__subtitle-top * {
          font-size: 20px;
          font-weight: 400;
        }
  }
