.lead {
  margin-bottom: 2rem;
}

.myself {
  margin-bottom: 4rem;
}

.myself__food__slider {
  margin-top: 2rem;
}

.myself__food__images__img img {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .myself__food__images {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .myself__food__images__img {
    width: 32%;
  }
}

.helth {
  margin-bottom: 4rem;
}

.field__images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 1rem;
}

.field__images__img {
  width: 49%;
  margin-bottom: .5rem;
}

.field__images__img:nth-of-type(even) {
  margin-left: 2%;
}

@media screen and (min-width: 768px) {
  .field .p__section_ttl {
    border-bottom: none;
  }
  .field__content {
    padding: 3rem;
    border: 3px solid #ffa5aa;
    border-radius: 1rem;
  }
  .field .p__box_a__img {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-left: auto;
  }
  .field__images {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .field__images__img {
    width: min(30%, 220px);
    margin: .5rem;
  }
  .field__images__img:nth-of-type(even) {
    margin: .5rem;
  }
}
/*# sourceMappingURL=dayservice-about.css.map */