body {
    background: url(/images/bg-pattern.png) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
#players .wrapper {
  max-width: 1414.87px;
  margin: 256px;
  margin-left: auto;
  margin-right: auto;
}
#players .wrapper__logo {
  display: flex;
  justify-content: center;
}
#players .wrapper__logo img {
  width: 390px;
  height: 95px;
}
#players .wrapper__text-subText-hood {
  width: 557px;
}
#players .wrapper__text-subText-hood h5 {
  font-family: "SofiaPro";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 24px;
  color: #f8f8f8;
  margin: 0px;
  margin-top: 13px;
}
#players .wrapper__text-subText-hood p {
  font-family: "SofiaPro";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 24px;
  color: #f8f8f8;
  margin: 0px;
  margin-top: 13px;
}
#players .wrapper__text-subText-hood p:last-child {
  margin-top: 18px;
  margin-bottom: 126px;
}
#players .wrapper__player-cards {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
  row-gap: 39px;
}
#players .wrapper__player-cards .item {
  position: relative;
  border: 3px solid #ffffff;
  background: #006c48;
  width: 458.29px;
  height: 458.29px;
}
#players .wrapper__player-cards .item .player-name-number {
  margin-left: 18px;
}
#players .wrapper__player-cards .item .player-name-number h5 {
  margin: 0px;
  color: #eaeceb;
}
#players .wrapper__player-cards .item .player-name-number h5:first-child {
  font-family: "SofiaPro";
  font-style: normal;
  font-weight: 300;
  font-size: 24px;
  line-height: 24px;
  margin-bottom: 7.68px;
  margin-top: 41.13px;
}
#players .wrapper__player-cards .item .player-name-number h5:nth-child(2) {
  font-family: "SofiaPro";
  font-style: normal;
  font-weight: 900;
  font-size: 24px;
  line-height: 24px;
  color: #eaeceb;
}
#players .wrapper__player-cards .item .player-name-number h5:nth-child(3) {
  font-family: "AkiraExpanded";
  font-style: normal;
  font-weight: 800;
  font-size: 70px;
  line-height: 81px;
  color: #eaeceb;
}
#players .wrapper__player-cards .item .player-name-number h5:nth-child(4) {
  font-family: "SofiaPro";
  font-style: normal;
  font-weight: 250;
  font-size: 24px;
  line-height: 28px;
  color: #eaeceb;
  position: absolute;
  bottom: 54px;
  left: 18px;
}
#players .wrapper__player-cards .item .player img {
  width: 282px;
  height: 424px;
  position: absolute;
  right: 0px;
  bottom: 0px;
  z-index: 2;
}
#players .wrapper__player-cards .item .line {
  height: 19px;
  background-color: #ffffff;
  width: 60%;
  position: absolute;
  z-index: 1;
  bottom: 131px;
}
#players .wrapper__player-cards .item .line-two {
  height: 19px;
  background-color: #00875a;
  width: 60%;
  position: absolute;
  z-index: 1;
  bottom: 95px;
}

@media (max-width: 1420px) {
  #players .wrapper {
    max-width: 992px;
    margin-left: auto;
    margin-right: auto;
  }
  #players .wrapper__logo img {
    width: 390px;
  }
  #players .wrapper__text-subText-hood p:last-child {
    margin-bottom: 66px;
  }
  #players .wrapper__player-cards {
    gap: 8px;
    row-gap: 10px;
  }
  #players .wrapper__player-cards .item {
    width: 317px;
    height: 317px;
  }
  #players .wrapper__player-cards .item .player-name-number h5:first-child {
    font-size: 18px;
  }
  #players .wrapper__player-cards .item .player-name-number h5:nth-child(2) {
    font-size: 18px;
  }
  #players .wrapper__player-cards .item .player-name-number h5:nth-child(3) {
    font-size: 50px;
    line-height: 62px;
  }
  #players .wrapper__player-cards .item .player-name-number h5:nth-child(4) {
    font-size: 18px;
  }
  #players .wrapper__player-cards .item .player img {
    width: 172px;
    height: auto;
  }
}
@media (max-width: 992px) {
  #players .wrapper {
    max-width: 768px;
    margin-left: auto;
    margin-right: auto;
  }
  #players .wrapper__player-cards {
    gap: 8px;
    row-gap: 10px;
    grid-template-columns: 1fr 1fr;
    place-items: center;
  }
  #players .wrapper__player-cards .item {
    width: 317px;
    height: 317px;
  }
  #players .wrapper__player-cards .item .player-name-number h5:first-child {
    font-size: 18px;
  }
  #players .wrapper__player-cards .item .player-name-number h5:nth-child(2) {
    font-size: 18px;
  }
  #players .wrapper__player-cards .item .player-name-number h5:nth-child(3) {
    font-size: 50px;
    line-height: 62px;
  }
  #players .wrapper__player-cards .item .player-name-number h5:nth-child(4) {
    font-size: 18px;
  }
  #players .wrapper__player-cards .item .player img {
    width: 172px;
    height: auto;
  }
}
@media (max-width: 768px) {
  #players .wrapper__logo {
    place-content: center;
  }
  #players .wrapper__text-subText-hood {
    width: 100%;
    text-align: center;
    margin-top: 30px;
  }
  #players .wrapper__text-subText-hood img {
    width: 140px;
  }
  #players .wrapper__text-subText-hood p {
    font-size: 18px;
    line-height: 18px;
  }
  #players .wrapper__player-cards {
    grid-template-columns: 1fr 1fr;
    place-items: center;
  }
  #players .wrapper__player-cards .item {
    width: 257px;
    height: 317px;
  }
  #players .wrapper__player-cards .item .player-name-number h5:first-child {
    font-size: 14px;
  }
  #players .wrapper__player-cards .item .player-name-number h5:nth-child(2) {
    font-size: 14px;
  }
  #players .wrapper__player-cards .item .player-name-number h5:nth-child(3) {
    font-size: 40px;
    line-height: 62px;
  }
  #players .wrapper__player-cards .item .player-name-number h5:nth-child(4) {
    font-size: 14px;
  }
  #players .wrapper__player-cards .item .player img {
    width: 172px;
    height: auto;
  }
}
@media (max-width: 576px) {
  #players .wrapper {
    margin: 90px 20px;
  }
  #players .wrapper__text-subText-hood p:last-child {
    margin-bottom: 26px;
  }
  #players .wrapper__player-cards {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 450px) {
  #players .wrapper__logo img {
    width: 100%;
  }
  #players .wrapper__text-subText-hood {
    margin-top: 10px;
  }
}/*# sourceMappingURL=players.css.map */