@charset "UTF-8";

.present1{
  width: 30%;
}

.present2{
  width: 50%;
}

@media screen and (max-width: 767px) {
  .present1{
  width: 70%;
}

.present2{
  width: 80%;
}
}
