.center {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .center img {
    width: 100%;
  }
}