@charset "UTF-8";

.secondrow img{
  width: 55vw;
}
@media screen and (max-width: 768px) {
  .secondrow img{
    width: auto;
  }
}

