.re-hero {
  width: 100%;
  margin: 0 0 38px;
  overflow: hidden;
}

.re-hero img {
  display: block;
  width: 100%;
  height: auto;
}

@media (max-width: 700px) {
  .re-hero {
    margin-bottom: 28px;
  }
}
