@media screen 
and (max-width: 1095px)
and (min-width: 768px) {
  .section-small,
  .section-large {
    width: 50%;
  }
  .function-item {
    width: 24.7%;
  }
  .function-link {
    width: 100%;
  }
  .partner-item svg {
    width: 80%;
    height: auto;
    max-height: 30px;
  }
}

@media screen 
and (max-width: 998px)
and (min-width: 768px) {

  .section {
    margin-top: 100px;
  }
  .section-top__wrapper {
      margin-top: 175px;
  }
  .section-top__left .title-large {
    max-width: 350px;
  }
  .section-top__cer {
    margin-bottom: 30px;
  }
  
  .section-top__cer img {
    width: 550px;
    height: auto;
    position: absolute;
    right: -140px;
    top: 50px
  }

  .introduction-nav__anchor {
    flex-direction: column;
  }

  .introduction-nav__item {
    width: 33.3%;
  }

  .introduction-nav__text {
    margin-right: 0;
    padding-right: 0;
    text-align: center;
  }

  .section-function {
    margin-top: 70px;
  }
  .section-small {margin-right: 0;}

  .function-item {
    width: 33%;
  }
  .function-link {
    width: 100%;
    font-size: 14px;
    text-align: center;
  }

  .section-case__bottom {
    padding: 20px;
    display: block;
  }

  .case-all__title {
    margin-bottom: 10px;
  }

  .case-all__item:not(:last-child) {
    margin-right: 15px;
    padding-right: 15px;
  }

  .reason-item__img {
    width: 46%;
  }
  .reason-item__info {
    width: 54%;
    padding-left: 15px;
    padding-right: 0;
  }
  .reason-item:nth-child(even) .reason-item__info {
    padding-right: 15px;
    padding-left: 0;
  }

  .business-type {
    padding: 0 7.5px
  }
  .business-type__item {
    padding: 7.5px
  }
  .business-type__link {
    padding: 10px
  }
  .business-type__link img {
    width: 100%;
    height: auto;
  }
  .section-cv {
    padding: 60px 0 60px;
  }
}