.promo-players {
  background-color: #313237;
  min-height: 100%
}

.promo-players .content h2, .promo-players .content h3, .promo-players .content h4, .promo-players .content h5, .promo-players .content h6 {
  color: #fff
}

.promo-players__header {
  font-size: 20px;
  min-height: 100vh;
  position: relative
}

.promo-players__header h1 {
  color: #fff;
  flex: 0 0 auto;
  font-size: clamp(40px, 8vw, 80px);
  font-weight: 700;
  line-height: 1;
  margin-bottom: 0;
  position: relative;
  text-align: center;
  text-shadow: 0 0 10px #000;
  width: 100%;
  z-index: 1
}

@media screen and (max-width: 768px) {
  .promo-players__header h1 {
    align-items: flex-start;
    background: #313237;
    display: flex;
    justify-content: center;
    padding: 1rem 1rem 100px
  }

  .promo-players__header h1:before {
    background: #313237;
    background: linear-gradient(0deg, #313237, rgba(49, 50, 55, 0));
    background-size: 100%;
    content: "";
    display: block;
    height: 20vw;
    left: 0;
    position: absolute;
    top: -20vw;
    width: 100%;
    z-index: 1
  }
}

.promo-players__header .content {
  align-items: flex-end;
  background-position: top;
  background-size: cover;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: flex-end;
  left: 0;
  padding-bottom: 2rem;
  position: absolute;
  top: 0;
  width: 100%
}

@media screen and (max-width: 768px) {
  .promo-players__header .content {
    padding-bottom: 0
  }
}

.promo-players__header .content .container {
  position: relative;
  z-index: 1
}

@media print, screen and (min-width: 769px) {
  .promo-players__header .content:before {
    background: #0EF4FA;
    background: linear-gradient(0deg, #313237, rgba(20, 20, 160, 0));
    bottom: 0;
    content: "";
    height: 35vh;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 0
  }
}

.promo-players .promo-players__player {
  border-bottom: 2px solid #0EF4FA;
  margin-bottom: 3rem;
  padding-bottom: 3rem;
  padding-left: 1rem;
  padding-right: 1rem
}

.promo-players .promo-players__player h2 {
  font-size: clamp(24px, 8vw, 60px)
}
