.simple-image {
  position: relative;
  margin: 100px 0;

  @include sm {
    margin: 60px 0;
  }

  img {
    display: block;
    width: 100%;
    max-height: 768px;
    object-fit: cover;
  }
}
