<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*=====================================================
  attitude
=====================================================*/
.mt {
  background-image: url(../../../images/service/mt.jpg);
  background-position: 80% 0;
}
@media print, screen and (min-width: 576px) {
  .mt {
    background-position: center 0;
  }
}

/*=====================================================
  serviceImg
=====================================================*/
.serviceImg {
  max-width: 280px;
  margin: 0 auto 15px auto;
  text-align: center;
}
@media print, screen and (min-width: 576px) {
  .serviceImg {
    max-width: 100%;
    margin-bottom: 0;
  }
}

/*# sourceMappingURL=service.css.map */
</pre></body></html>