@charset "UTF-8";

.left img{
  width: 40vw;
}
.right img{
  width: 28vw;
}
.secondrow{
  align-items: flex-end;
}

@media screen and (max-width: 768px) {
  .left img,.right img{
    width: auto;
  }
}

