:root {
  --color-2: #fff203;
  --color: white;
  --color-3: #001e45;
}

.hero-h2 {
  color: var(--color-2);
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 12px;
  font-family: Montserrat, sans-serif;
  font-size: 5.5em;
  font-weight: 800;
  line-height: 1em;
}

.hero-section {
  background-image: url('../images/baskball-phone.jpg');
  background-position: 70% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: flex-start;
  align-items: flex-end;
  height: 95vh;
  padding: 8% 5% 8% 6%;
  display: flex;
}

.hero-wrapper {
  border: 1px none var(--color);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 45%;
  padding: 0;
  display: flex;
  position: relative;
}

.hero-text {
  border-bottom: 2px solid var(--color-2);
  color: var(--color);
  text-align: left;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.2em;
}

.text-span {
  font-weight: 800;
}

.button {
  border: 1px solid var(--color);
  color: var(--color-2);
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #fff20300;
  margin-top: 25px;
  padding: 15px 25px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 1em;
}

.button:hover {
  background-color: var(--color-2);
  color: var(--color-3);
}

.deal-text {
  color: var(--color);
  text-align: left;
  text-transform: uppercase;
  background-color: #fff20300;
  margin-top: 0;
  margin-bottom: 15px;
  padding: 0;
  font-family: Montserrat, sans-serif;
  font-size: 25px;
  line-height: 1.65em;
}

@media screen and (max-width: 991px) {
  h2 {
    margin-bottom: 5px;
    font-size: 3.5em;
  }

  .hero-section {
    background-image: linear-gradient(#fff0 51%, #000 92%), url('../images/baskball-phone.jpg');
    background-position: 0 0, 100% 100%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    height: 800px;
    padding-top: 5%;
    padding-bottom: 5%;
    padding-left: 5%;
  }

  .hero-wrapper {
    width: 100%;
  }

  .hero-text {
    margin-bottom: 12px;
    padding-bottom: 5px;
    font-size: 30px;
  }

  .deal-text {
    margin-bottom: 0;
    line-height: 1.4em;
  }
}

@media screen and (max-width: 767px) {
  h2 {
    margin-bottom: 5px;
    font-size: 2.5em;
  }

  .hero-section {
    height: 500px;
    padding: 4%;
  }

  .hero-text {
    margin-bottom: 10px;
    padding-bottom: 3px;
    font-size: 24px;
  }

  .button {
    margin-top: 10px;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 14px;
  }

  .deal-text {
    font-size: 20px;
    line-height: 1.3em;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    font-size: 2.25em;
    line-height: .9em;
  }

  .hero-section {
    background-image: linear-gradient(#fff0 51%, #000 83%), url('../images/baskball-phone.jpg');
    background-position: 0 0, 75% 100%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    height: 600px;
  }

  .hero-text {
    letter-spacing: 0;
    font-size: 18px;
    line-height: 1em;
  }

  .button {
    text-align: left;
    letter-spacing: 1px;
    margin-top: 7px;
    padding: 10px 12px;
    font-size: 14px;
    line-height: 1.1em;
  }

  .deal-text {
    font-size: 15px;
    line-height: 1.3em;
  }
}
