.img-small {
  width: 25%;
}

.center {
  margin: auto;
}

@media screen and (max-width: 768px) {
  .img-small {
    width: 50%;
  }
}
