.hero-city-connect .m-hero-hot-market__container {
  min-height: 350px;
}

.hero-city-connect .m-hero-hot-market__partners {
  margin-bottom: 30px;
}

.hero-city-connect .m-hero-hot-market__content-title .h1 {
  font-size: 68px;
  font-weight: var(--font-body);
  font-weight: 500;
  line-height: 1;
}

.hero-city-connect .m-hero-hot-market__content-description p {
  font-weight: 500;
}

@media (min-width: 768px) {
  .hero-city-connect .m-hero-hot-market__content-title .h1 {
    font-size: 96px;
    line-height: 1;
  }

  .hero-city-connect .m-hero-hot-market__content-description p {
    font-size: 20px;
    line-height: 1.3;
  }

  .hero-city-connect .m-hero-hot-market__content {
    max-width: 840px !important;
  }
}

@media (min-width: 1025px) {
  .hero-city-connect .m-hero-hot-market__content-title .h1 {
    font-size: 140px;
    line-height: 1;
  }
}

/* Olympics Variation - Team USA About */
.hero-city-connect.olympics-about-hero {
  position: relative;

  .m-hero-hot-market__container {
    min-height: 67.5vh;
  }

  .m-hero-hot-market__figure {
    width: 100vw;

    figure {
      border-radius: 0;
    }
  }

  .m-hero-hot-market__content {
    /* max-width: 560px !important; */
    padding: 60px 0;
  }

  .m-hero-hot-market__partners {
    align-items: center;
    margin-bottom: 40px;
  }

  .m-hero-hot-market__partners-logo img {
    width: 61px;
  }

  .m-hero-hot-market__partners-separator img {
    width: 8px;
    height: 8px;
  }


  .m-hero-hot-market__partners-logo--own img {
    width: 71px;
    height: 54px;
  }
  .m-hero-hot-market__content-title {
    @media(min-width:768px) {
      margin-bottom: 40px;
    }

    .h1 {
      font-family: 'Helvetica Neue', helvetica, arial, roboto, sans-serif;
      font-weight: 500;
      line-height: 100%;
      font-size: 32px;

      @media(min-width:768px) {
        font-size: 64px;
      }
    }
  }
}

.hero-city-connect.olympics-about-hero::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 50%;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: none;
  background-image: var(--olympics-bright-blue-gradient-six);
}
