.service .service__block:not(:first-child) {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .service .service__block:not(:first-child) {
    margin-top: 60px;
  }
}
@media screen and (min-width: 1200px) {
  .service .service__block:not(:first-child) {
    margin-top: 80px;
  }
}
@media screen and (min-width: 1200px) {
  .service .service__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (min-width: 1200px) {
  .service .service__block .img {
    width: 450px;
  }
}
.service .service__block .contents {
  margin-top: 25px;
}
@media screen and (min-width: 1200px) {
  .service .service__block .contents {
    margin-top: 0;
    margin-right: 60px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.service .service__block .contents .heading {
  font-size: clamp(1.8rem, 2.5vw, 2.2rem);
}
.service .service__block .contents .paragraphs {
  margin-top: 15px;
}
@media screen and (min-width: 1200px) {
  .service .service__block .contents .paragraphs {
    margin-top: 25px;
  }
}