.service-shop[class] {
  margin-top: 0;
}

@media (min-width: 768px) {
  .about-staff[class] ul {
    position: relative;
    max-width: 928px;
    width: 100%;
    margin: 0 auto;
  }
  .about-staff[class] ul li {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-preferred-size: calc(100% / 3 - 64px);
        flex-basis: calc(100% / 3 - 64px);
    max-width: calc(100% / 3 - 64px);
  }
  .about-staff[class] ul li a img {
    max-width: 100%;
  }
  .about-staff[class] ul li,
  .about-staff[class] ul li:nth-child(even),
  .about-staff[class] ul li:nth-child(5),
  .about-staff[class] ul li:nth-child(1) {
    margin: 0 0 0 64px;
  }
  .about-staff[class] ul li:nth-child(1),
  .about-staff[class] ul li:nth-child(4) {
    margin-left: 0;
  }
  .about-staff[class] ul li:nth-child(5),
  .about-staff[class] ul li:nth-child(2) {
    margin-top: 64px;
  }
  .service-online .service-content .service-content__badge li {
    width: auto;
  }
}

@media (max-width: 767px) {
  .about-staff[class] ul {
    margin-left: -10px;
  }
  .about-staff[class] ul li {
    margin-top: 0;
    margin-left: 20px;
  }
  .service-online .service-content .service-content__badge li {
    width: 100px;
  }
}
/*# sourceMappingURL=adjustment.css.map */