.banner-custom {
  text-align: center;
  margin-top: 0;
  margin-bottom: 1.5rem;
}

.banner-custom__link {
  display: block;
}

.banner-custom__image--desktop,
.banner-custom__image--mobile {
  max-width: 100%;
  height: auto;
}

.banner-custom__image--mobile {
  display: none;
}

@media (max-width: 768px) {
  .banner-custom {
    margin-top: 1.5rem;
  }
}

@media (max-width: 1023px) {
  .banner-custom__image--desktop {
    display: none;
  }
  .banner-custom__image--mobile {
    display: block;
    margin: 0 auto;
  }
}
