.imgwrap1 {
  width: 100%;
  padding: 0 5rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .imgwrap1 {
    padding: 0;
  }
}
.imgwrap1 img {
  width: 100%;
}

ul.img3 {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
@media screen and (max-width: 767px) {
  ul.img3 {
    padding: 0 !important;
    flex-wrap: wrap;
    justify-content: center !important;
  }
}
ul.img3 li {
  flex-basis: 39%;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  ul.img3 li {
    flex-basis: 43%;
    margin: 1rem;
    text-align: center;
  }
}
ul.img3 li:last-child {
  flex-basis: 16.5%;
}
@media screen and (max-width: 767px) {
  ul.img3 li:last-child {
    flex-basis: 31%;
  }
}
ul.img3 li img {
  margin-bottom: 0.5rem;
}/*# sourceMappingURL=style.css.map */