.main-img {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
}
@media screen and (max-width: 767px) {
  .main-img {
    gap: 11px;
  }
}
.main-img > img {
  width: calc(50% - 16px);
  border: 1px solid #000;
}
@media screen and (max-width: 767px) {
  .main-img > img {
    width: calc(50% - 5.5px);
  }
}
.main-img > img:first-of-type {
  width: 100%;
}/*# sourceMappingURL=style.css.map */