.web-image01 {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  width: 100%;
  justify-content: space-between;
}
.web-image01 img {
  flex-basis: calc(33.3333333333% - 20px);
  flex-shrink: 1;
  min-width: 0;
}

.web-image02 {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  width: 100%;
  justify-content: space-between;
}
.web-image02 img {
  flex-basis: calc(25% - 20px);
  flex-shrink: 1;
  min-width: 0;
}
/*# sourceMappingURL=portfolio.css.map */