.gant-top-hero {
  padding: 40px 0 70px 0;

  @media (max-width: 1024px) {
    padding: 10px 0 70px 0;
  }
  .container {
    .title_top {
      text-align: center;
      h1 {
        font-size: 120px;
        margin-block: 0 10px;
        @media (max-width: 1024px) {
          font-size: var(--fs-4xl);
        }
      }
      h3 {
        margin-block: 0 38px;
        font-size: 38px;
        @media (max-width: 1024px) {
          font-size: var(--fs-2xl);
        }
      }
    }
    figure {
      position: relative;
      width: 100%;
      height: 700px;
      overflow: hidden;
      border-radius: 38px;
      margin: 0 auto;
      margin-bottom: 30px;
      @media (max-width: 1024px) {
        width: 500px;
        height: 400px;
        margin-bottom: 26px;
      }
      @media (max-width: 768px) {
        width: 330px;
        height: 280px;
      }
      &.video {
        height: auto;
        aspect-ratio: 926/520;
        position: relative;
        @media (max-width: 1024px) {
          width: 600px;
          height: auto;
        }
        @media (max-width: 768px) {
          width: 100%;
          height: auto;
        }
      }

      video {
        width: 100%;
        height: 100%;
        object-fit: cover;
      }
      img {
        width: 100%;
        height: 100%;
        object-fit: cover;
      }
      iframe {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        object-fit: cover;
      }
    }
    .top_hero_cta {
      display: flex;
      justify-content: center;
      gap: 50px;
      margin-bottom: 30px;

      @media (max-width: 1024px) {
        flex-direction: column;
        align-items: center;
        gap: 21px;
      }
      .text {
        @media (max-width: 1024px) {
          text-align: center;
        }
        h4 {
          margin: 0;
        }
      }

      .cta {
        text-align: center;
        @media (max-width: 1024px) {
          order: 2;
        }
        .btn {
          color: #fffaee;
          background-color: #181818;
          border-color: #fffaee;
          height: 80px;

          &:hover {
            color: #181818;
            background-color: #fffaee;
            border-color: #181818;
          }
        }
      }
      &.even-more {
        padding: 0 90px;
        @media (max-width: 1024px) {
          padding: 0;
        }
      }
    }
    .webinar_contact {
      margin: 0 auto;
      width: fit-content;
      .contact_info {
        display: flex;
        align-items: center;
        svg {
          width: 34px;
          object-fit: contain;
          margin-right: 8px;
        }
        span {
          font-weight: 700;
          font-size: 22px;
          line-height: 84%;
          letter-spacing: -4%;
        }
      }
    }
  }
}
