.treat1 {
  background: #F4F9FF;
  padding: 110px 0 160px 0;
  box-sizing: border-box;
}
.treat1 .c3 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
}
.treat1 .c3 .bx {
  background: white;
  border-radius: 10px;
  padding: 30px;
  box-sizing: border-box;
}
.treat1 .c3 .bx h2 {
  text-align: center;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1;
}
.treat1 .c3 .bx .ic {
  width: 126px;
  margin: 20px auto;
}
.treat1 .c3 .bx .ic img {
  width: 100%;
}
.treat1 .c3 .bx .txt {
  line-height: 1.7;
}
@media all and (max-width: 1200px) {
  .treat1 .c3 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }
}
@media all and (max-width: 767px) {
  .treat1 {
    padding: 50px 0 70px 0;
  }
  .treat1 .c3 {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .treat1 .c3 .bx {
    padding: 30px 25px;
  }
  .treat1 .c3 .bx .ic {
    width: 115px;
  }
}

/*# sourceMappingURL=treat.css.map */
