@media (max-width: 1199px) {
  /* section intro */
  .e7-intro {
    height: 690px;
  }
  .e7-intro .e7-title {
    font-size: 58px;
  }
  .e7-intro .e7-media-figure {
    top: 170px;
    width: 312px;
    height: 510px;
  }
  /* section intro end */
  /* section design */
  .e7-design {
    height: 640px;
  }
  .e7-design .e7-title {
    font-size: 58px;
  }
  .e7-design .e7-media-figure {
    width: 890px;
    height: 365px;
  }
  /* section design end */
  /* section ergonomics */
  .e7-ergonomics {
    height: 640px;
  }
  .e7-ergonomics .e7-title {
    top: 200px;
    font-size: 58px;
  }
  /* section ergonomics end */
  /* section sos */
  .e7-sos {
    height: 640px;
  }
  .e7-sos .e7-title {
    top: 180px;
    font-size: 58px;
  }
  .e7-sos .e7-media-figure {
    top: -170px;
    left: -15%;
    width: 615px;
    height: 816px;
  }
  /* section sos end */
}
@media (max-width: 991px) {
  .e7-landing .container {
    padding-left: 40px;
    padding-right: 40px;
  }
  .e7-title {
    font-size: 34px;
  }
  /* section intro */
  .e7-intro {
    height: 600px;
  }
  .e7-intro .e7-title {
    top: 50px;
    font-size: 50px;
  }
  .e7-intro .e7-media-figure {
    top: 155px;
    width: 265px;
    height: 432px;
  }
  /* section intro end */
  /* section design */
  .e7-design {
    height: 540px;
  }
  .e7-design .e7-title {
    top: 140px;
    font-size: 50px;
  }
  .e7-design .e7-media-figure {
    width: 690px;
    height: 283px;
  }
  /* section design end */
  /* section ergonomics */
  .e7-ergonomics {
    height: 540px;
  }
  .e7-ergonomics .e7-title {
    top: 180px;
    font-size: 50px;
  }
  /* section ergonomics end */
  /* section sos */
  .e7-sos {
    height: 540px;
  }
  .e7-sos .e7-title {
    top: 160px;
    font-size: 50px;
  }
  .e7-sos .e7-media-figure {
    top: -120px;
    left: -15%;
    width: 500px;
    height: 664px;
  }
  /* section sos end */
  /* section  features */
  .e7-features-grid .e7-feature-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333%;
            flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
  /* section  features end */
}
@media (max-width: 767px) {
  .e7-landing .container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .e7-landing .content-inner {
    margin-bottom: 40px;
    text-align: center;
  }
  .e7-title {
    margin: 0 0 15px;
    font-size: 24px !important;
    line-height: 1.35;
  }
  .e7-description {
    margin: 0 0 20px;
    font-size: 18px;
    line-height: 1.5;
  }
  .e7-title[data-aos],
  .e7-subtitle[data-aos],
  .e7-description[data-aos] {
    -webkit-transform: translate(0, 100px);
        -ms-transform: translate(0, 100px);
            transform: translate(0, 100px);
  }
  .e7-title[data-aos].aos-animate,
  .e7-subtitle[data-aos].aos-animate,
  .e7-description[data-aos].aos-animate {
    -webkit-transform: translate(0);
        -ms-transform: translate(0);
            transform: translate(0);
  }
  /* section intro */
  .e7-intro {
    height: 540px;
  }
  .e7-intro .e7-title {
    top: 40px;
    font-size: 34px !important;
    line-height: 1.2;
  }
  .e7-intro .e7-media-figure {
    top: 110px;
    width: 265px;
    height: 432px;
  }
  /* section intro end */
  /* section design */
  .e7-design {
    height: 450px;
  }
  .e7-design .e7-title {
    top: 40px;
    font-size: 34px !important;
  }
  .e7-design .e7-media-figure {
    width: 480px;
    height: 197px;
  }
  /* section design end */
  /* section ergonomics */
  .e7-ergonomics {
    height: 540px;
    background-size: 560px auto !important;
  }
  .e7-ergonomics .e7-title {
    top: 40px;
    font-size: 34px !important;
  }
  /* section ergonomics end */
  /* section sos */
  .e7-sos {
    height: 640px;
  }
  .e7-sos .e7-title {
    top: 40px;
    font-size: 34px !important;
  }
  .e7-sos .e7-media-figure {
    top: 220px;
    left: 15px;
    right: 15px;
    width: 400px;
    height: auto;
    margin: auto;
  }
  /* section sos end */
  /* section features */
  .e7-features-grid .e7-feature-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  /* section features end */
}
@media (max-width: 375px) {
  /* section  features */
  .e7-features-grid .e7-feature-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  /* section  features end */
}