.service_eyecatch_area {
  display: block;
  padding: 50px 0 0;
  letter-spacing: 1px;
  line-height: 1.5;
  color: #3c3e24;
}
.service_desc {
  width: 100%;
  margin: 0 auto;
  max-width: 1040px;
  padding: 40px;
  box-sizing: border-box;
  border-radius: 5px;
  background-color: #a2a76e;
  text-align: center;
}
.service_desc h1 {
  color: white;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}
.service_desc p {
  color: white;
  font-size: 18px;
}

@media screen and (max-width: 1024px) {
}

@media screen and (max-width: 599px) {
  .service_desc h1 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .service_desc p {
    font-size: 14px;
    text-align: left;
  }
}
