section {
  margin-top: 50px !important;
}

.img-1 {
  width: 100%;
}

@media (min-width: 992px) {
  section {
    margin-top: 100px !important;
  }

  .img-1 {
    max-width: 500px;
  }
}
