@charset "utf-8";
.lineup{
  max-width: 740px;
  }
.lineup__container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.lineup-item__image{
width: 100%;
}
@media screen and (max-width: 768px) {
  .first-line{
    width: 50%;
  }
  .second-line {
    width: 33%;
  }
