.banner-container {
  width: 100%;
  height: 490px;
  background-color: aquamarine;
  display: flex;
}
.banner-container .banner h1 {
  
  padding-top: 100px;
  padding-bottom: 100px;
  padding-left: 9%;
  padding-right: 9%;
}

@media only screen and (max-width: 769px) {
  .banner-container .banner {
    display: flex;
    width: inherit;
    height: inherit;
    justify-content: center;
    align-items: center;
  }
  .banner-container .banner h1 {
    color: var(--White, #fff);
    font-family: Libre Franklin;
    font-size: 60px;
    font-style: normal;
    font-weight: 100;
    line-height: normal;
    letter-spacing: -0.6px;
    width: 329px;
    height: 146px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
@media only screen and (max-width: 360px) {
  .banner-container .banner h1 {
    font-size: 50px;
    width: min-content;
  }
}

/*# sourceMappingURL=winnersBanner.css.map */
