.sec-speed .sec-body {
  max-width: 1020px;
}
.sec-speed .sec-body .block-iat .img {
  flex-shrink: 1;
}
.sec-speed .sec-body .block-iat .text {
  min-width: 350px;
  flex-shrink: 0;
}
@media (width <= 781px) {
  .sec-speed .sec-body .block-iat .text {
    min-width: auto;
  }
}

.sec-merit .sec-body {
  max-width: 1020px;
}
.sec-merit .sec-body .block-iat .img {
  flex-shrink: 1;
}
.sec-merit .sec-body .block-iat .text {
  min-width: 350px;
  flex-shrink: 0;
}
@media (width <= 781px) {
  .sec-merit .sec-body .block-iat .text {
    min-width: auto;
  }
}

.sec-detail .sec-body {
  max-width: 1020px;
}
.sec-detail .sec-body .group-data {
  padding: 20px 10px 0;
}
.sec-detail .sec-body .group-data h4 {
  margin-bottom: 20px;
  padding: 0;
  background-color: transparent;
  font-size: 1rem;
  font-weight: 700;
}
.sec-detail .sec-body .group-data h4::before {
  content: "\f0c8";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-left: 0;
  margin-right: 0.25em;
}/*# sourceMappingURL=business.css.map */