@media (max-width: 576px) {
  img, svg {
    width: 350px;
    height: auto;
  }
}

