.reform-about .c-title {
  margin-bottom: 25px;
}

.reform-after {
  max-width: none;
  background: url("../new_image/reform_bg.jpg") center no-repeat;
  background-size: cover;
  padding: 93px 15px 100px;
  margin-bottom: 92px;
}

@media screen and (max-width: 480px) {
  .reform-after {
    margin-bottom: 60px;
    padding: 50px 15px 60px;
  }
}

.reform-after__inner {
  max-width: 1085px;
  margin: auto;
}

.reform-after__headding {
  margin-bottom: 44px;
}

.reform-after__top-text {
  margin-bottom: 50px;
}

.reform-after__box {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
}

@media screen and (max-width: 680px) {
  .reform-after__box {
    -webkit-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: center;
            align-items: center;
  }
}

.reform-after__box-image {
  margin-right: 40px;
  -webkit-flex: 0 0 auto;
          flex: 0 0 auto;
}

@media screen and (max-width: 960px) {
  .reform-after__box-image {
    width: 40%;
  }
}

@media screen and (max-width: 680px) {
  .reform-after__box-image {
    width: auto;
    margin-bottom: 30px;
  }
}

.reform-service {
  margin-bottom: 90px;
}

@media screen and (max-width: 480px) {
  .reform-service {
    margin-bottom: 60px;
  }
}

.reform-service__headding {
  margin-bottom: 50px;
  padding-right: 15px;
  padding-left: 15px;
}

.reform-service__slider {
  margin-bottom: 50px;
}

.reform-service__slide {
  width: 450px;
  margin: 0 10px;
}

@media screen and (max-width: 680px) {
  .reform-service__slide {
    width: 80vw;
    margin: 0 5px;
  }
}

.reform-service__text {
  max-width: 1030px;
  margin: auto;
  padding: 0 15px;
}
/*# sourceMappingURL=service_reform.css.map */