{# Image #}
  .banner-content__hero-image {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }

  /* Place text in the middle of the image */
  .banner-content__text {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  color: #75a3a3;
  padding: 0 0.5rem;
  text-align: center;
  }