@charset "utf-8";
.lineup{
  max-width: 740px;
  }
.lineup__container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 96px;
}
.lineup-item {
  width: 30%;
}
.lineup-item:nth-child(-n+3) {
  margin-bottom: 48px;
}
.lineup-item__image{
width: 100%;
}
@media screen and (max-width: 768px) {
  .lineup__container {
    margin-bottom: 44px;
  }
  .lineup-item {
    width: 45%;
  }
  .lineup-item:nth-child(-n+3) {
    margin-bottom: 24px;
  }
}
