* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.introduction {
  margin-top: 93px;
  padding-bottom: 216px;
  text-align: center;
}
@media (max-width: 768px) {
  .introduction {
    padding-bottom: 102px;
  }
}
.introduction h2 {
  color: #6B3A92;
  font-size: 46px;
  font-weight: 600;
  text-align: center;
  margin-top: 90px;
}
@media (max-width: 768px) {
  .introduction h2 {
    font-size: 3rem;
    line-height: 48px;
  }
}
.introduction h3 {
  color: #fff;
  background-color: #6B3A92;
  display: inline-block;
  padding: 5px 0;
  font-size: 32px;
  font-weight: 600;
  text-align: center;
  margin-top: 40px;
}
@media (max-width: 768px) {
  .introduction h3 {
    font-size: 2.4rem;
    line-height: 32px;
  }
}
.introduction .txt {
  margin-top: 40px;
  text-align: center;
  font-size: 20px;
  line-height: 32px;
}
@media (max-width: 768px) {
  .introduction .txt {
    margin-top: 40px;
    font-size: 1.6rem;
  }
}/*# sourceMappingURL=service.css.map */