@charset "UTF-8";

.top img{
  width: 40vw;
}
.second{
  text-align: right;
}
.second img{
  width: 60vw;
}
.third img{
  width: 50vw;
}
.fourth img{
  width: 40vw;
}
.fifth{
  display: flex;
  align-items: flex-end;
}
.fifth img{
  width: 28vw;
}
.bottom{
  margin-bottom: 15px;
}
.sixth img{
  width: 30vw;
}
.seventh img{
  width: 38vw;
}

@media screen and (max-width: 768px) {
  .top img,.second img,.third img,.fourth img,.fifth img,.sixth img,.seventh img{
    width: auto;
  }

  }
  
