.elvtd-email-cta-section {
  display: flex;
  flex-direction: column;
  gap: 60px;
  margin: auto;
  max-width: 1440px;

  @media (max-width: 1440px) {
    padding: 24px;
    max-width: calc(100vw - 48px);
  }

  @media (max-width: 1024px) {
    padding: 0 40px;
  }

  @media (max-width: 767px) {
    padding: 0 20px;
  }


  .heading-wrapper {
    max-width: 1140px;
    display: flex;
    flex-direction: column;
    margin: auto;

    @media (max-width: 770px) {
      max-width: 100vw;
    }
  }

  .img-text-inner {
    display: flex;
    gap: 60px;
    border-radius: 20px;
    padding: 24px;
    border: 1px solid #98989866;

    &.row {
      flex-direction: row;

      @media (max-width: 770px) {
        flex-direction: column;
      }
    }

    &.row-reverse {
      flex-direction: row-reverse;

      @media (max-width: 770px) {
        flex-direction: column;
      }
    }

    @media (max-width: 1200px) {
      padding: 36px;
    }

    @media (max-width: 1000px) {
      flex-direction: column !important;
    }

    @media (max-width: 770px) {
      padding: 24px;
      gap: 24px;
    }

    .text-column {
      width: calc(40% - 30px);
      min-width: calc(40% - 30px);
      max-width: calc(40% - 30px);
      display: flex;
      flex-direction: column;
      gap: 40px;
      justify-content: center;

      @media (max-width: 1200px) {
        width: 40%;
        max-width: 40%;
        min-width: 40%;
      }

      @media (max-width: 1000px) {
        width: 100%;
        max-width: 100%;
        min-width: 100%;
      }

      @media (max-width: 550px) {
        gap: 24px;
      }

      .title-wrapper {
        margin: 0;
        display: flex;
        flex-direction: column;
        gap: 6px;

        h2,
        h3,
        p {
          margin: 0;
          line-height: 1.2;
        }

        h2 {
          color: transparent;
          letter-spacing: -3px;
          background-clip: text !important;
          -webkit-background-clip: text !important;
          text-align: left;
          font-size: 100px;
          font-weight: 500;
          font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
          max-width: fit-content;
          background: linear-gradient(90.21deg, rgba(253, 24, 24, 1) 1.62%, rgba(255, 194, 96, 1) 100.12%);

          @media(max-width:1440px) {
            font-size: 72px;
          }

          @media (max-width: 550px) {
            font-size: 48px;
          }
        }

        p {
          font-size: 40px;

          @media(max-width:1440px) {
            font-size: 28px;
          }
        }
      }

      .section-number {
        margin: 0;
        font-size: 32px;
        line-height: 1.2;
        text-align: left;
        font-weight: 300;
        color: #000000cc;
        letter-spacing: 0;
      }

      .inner-description {
        margin: 0;
        font-size: 20px;
        line-height: 1.5;
        text-align: left;
        font-weight: 300;
        color: #000000b2;
        letter-spacing: 0;

        @media (max-width: 1200px) {
          max-width: 80%;
          font-size: 16px;
        }
      }

      .email_form {
        width: 100%;

        .newsletter-form__field-wrapper {
          min-width: 100%;
          max-width: 100% !important;
        }

        .field {

          input {
            padding: 23px 50px;
            width: 100%;
            border: 1px solid #98989866;

            @media (max-width: 1280px) {
              padding: 12px !important;
            }
          }

          label {
            font-weight: 300;
            font-size: 25px;
            line-height: 1.2;
            letter-spacing: 0;

            @media (max-width: 1280px) {
              font-size: 16px;
            }
          }

          button {
            border: none !important;
            min-height: calc(100% - 10px);
            max-height: 66px;
            padding: 20px 48px;
            min-width: fit-content;
            text-transform: uppercase;
            transition: all .5s ease-in-out;
            border-radius: 60px;
            background: var(--red, #F4001C);
            width: 127px;
            height: 60px;
            top: 50%;
            transform: translateY(-50%);
            right: 4px;
            color: #FCFCFD;
            text-align: center;
            font-size: 16px;
            font-style: normal;
            font-weight: 500;
            line-height: 20px;
            color: white !important;
          }
        }
      }
    }

    .image-column {
      max-width: 60%;

      @media (max-width: 1200px) {
        width: 100%;
        max-width: 100%;
      }

      @media (max-width: 1000px) {
        width: 100%;
        max-width: 100%;
        min-width: 100%;
      }

      .main-image {
        height: 100%;
        max-width: 100%;
        border-radius: 20px;

        @media (max-width: 1200px) {
          max-width: 100%;
          object-fit: contain;
        }

        @media (max-width: 770px) {
          max-width: 100%;
        }
      }
    }
  }

  button#Subscribe {
    @media (max-width: 550px) {
      padding: 12px 24px;
    }
  }

  .newsletter-form__message {
    font-family: Helvetica Neue;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color: #fff;
    width: 100%;
    justify-content: center !important;
    margin-top: 10px !important;
    color: black;
  }
}