@media screen and (max-width: 767px) {
  .section1 {
    padding: 132px 0 0;
    text-align: center;
  }
  .section1.industry-top-section.has-space-bottom .section1_right {
    margin-bottom: 64px;
  }
  .section1 .container {
    flex-direction: column;
  }
  .section1 .video-thumbnail img {
    border-radius: 16px 16px 0 0;
  }
  .section1 .section1_left .sub_title {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 4px;
  }
  .section1 .flex-container {
    flex-direction: column;
    gap: 64px;
  }
  .section1 .flex-container .section1_right {
    display: flex;
    flex-direction: column-reverse;
    margin-top: 0;
    flex: auto;
    margin-bottom: 80px;
  }
  .section1 .flex-container .section1_right .hero_box {
    margin-top: 0;
    margin-bottom: 64px;
    padding: 24px;
  }
  .section1 .flex-container .section1_right .hero_box .hero-box-title {
    font-size: 16px;
    line-height: 24px;
  }
  .section1 .flex-container .section1_right .hero_box .hero-box-desc {
    font-size: 12px;
    line-height: 18px;
  }
  .section1 .flex-container .section1_right .hero_box .hero-box-icon {
    max-width: 57px;
    flex: 0 0 57px;
  }
  .section1 .flex-container .section1_right .hero_box .hero-box-link {
    width: 28px;
    height: 28px;
    flex: 0 0 28px;
  }
  .section1 .flex-container .section1_right .hero_box * {
    text-align: left;
  }
  .section1 .section1_left .site-title {
    font-size: 40px;
    line-height: 48px;
  }
  .section1 .section1_right {
    position: relative;
    margin-top: 72px;
  }
  .section1:not(.with-sites-animations):not(.landing-hero) .site-title {
    font-size: 40px;
    line-height: 48px;
  }
  .section1.smaller_mobile_title .site-title {
    font-size: 32px !important;
    line-height: 42px !important;
  }
  .section1.with-sites-animations .section1_right:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 108px;
    background: linear-gradient(0deg, #000 10%, rgba(0, 0, 0, 0) 100%);
  }
  .section1 .bottom-intro-wrap {
    margin-top: 48px;
    padding-top: 48px;
  }
  .section1 .bottom-intro-wrap .container p {
    font-size: 18px;
    line-height: 144.444%;
  }
}
