.section_subtitle {
  /* font-size: 15px; */
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
  color: rgb(34, 37, 45);
}

.block_team_info {
  /* display: flex;
  column-gap: 25px; */
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}

.team_info_img {
  /* height: 120px;
  width: 120px; */
  height: 90px;
  width: 90px;
  object-fit: contain;
  margin: 0 auto;
}

.team_info_text {
  /* font-size: 18px; */
  font-size: 14px;
  font-weight: 500;
  color: rgb(121, 124, 127);
  text-align: center;
}

.block_team_history {
  /* display: flex;
  justify-content: space-between;
  align-items: center; */
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}

.block_team_history_text {
  /* width: 49%; */
}

.team_history_text {
  /* font-size: 18px; */
  font-size: 14px;
  font-weight: 500;
  color: rgb(121, 124, 127);
  text-align: center;
}

.block_team_history_img {
  /* width: 49%; */
  height: auto;
}

.block_stats_wrapper {
  border-style: solid;
  border-width: 1px;
  border-color: rgb(222, 222, 219);
}

.block_team_stats_wrap {
  /* align-items: flex-start;
  display: flex;
  justify-content: space-between; */
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  /* padding-bottom: 30px;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 30px; */
  padding: 16px;
  background: #ffffff;
}

.block_team_stats_left {
  /* align-items: center;
  display: flex;
  gap: 24px;
  width: 35%; */
}

.block_team_stats_circle {
  height: 140px;
  width: 140px;
  display: flex;
  justify-content: center;
  border-style: solid;
  border-radius: 50%;
  border-width: 5px;
  border-left-color: rgb(97, 206, 112);
  border-bottom-color: rgb(97, 206, 112);
  border-right-color: rgb(196, 48, 28);
  border-top-color: rgb(90, 164, 169);
  align-items: center;
  margin: 0 auto;
}

.team_stats_circle {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 25px;
  font-weight: 700;
  text-align: center;
  color: rgb(0, 0, 0);
  line-height: 25px;
}

.team_stats_circle_accent {
  font-size: 16px;
  font-weight: 400;
  margin-left: auto;
  margin-right: auto;
  color: rgb(121, 124, 127);
}

.team_stats_circle_list {
  /* width: 45%; */
  display: none;
}

.team_stats_circle_item {
  display: flex;
  column-gap: 5px;
  align-items: center;
  padding-bottom: 5px;
  padding-top: 5px;
  padding-left: 10px;
}

.team_stats_circle_item_subtitle {
  font-size: 20px;
  font-weight: 700;
  color: rgb(0, 0, 0);
}

.block_team_stats_circle_item {
  height: 8px;
  width: 8px;
  border-radius: 50%;
}

.team_stats_circle_item_text {
  font-size: 15px;
  font-weight: 400;
  color: rgb(121, 124, 127);
}

.block_team_stats_right {
  /* width: 65%; */
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}

.block_team_stats_info {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.team_stats_info_title {
  /* font-size: 25px; */
  font-size: 18px;
  font-weight: 700;
  color: rgb(0, 0, 0);
}

.team_stats_info_subtitle {
  /* font-size: 15px; */
  font-size: 11px;
  font-weight: 400;
  color: rgb(121, 124, 127);
}

.team_stats_info_text {
  font-size: 12px;
  font-weight: 400;
  color: rgb(121, 124, 127);
}

.players_list {
  display: flex;
  column-gap: 25px;
  align-items: center;
}

.awards_list {
  display: flex;
  column-gap: 25px;
  align-items: center;
}
.players_item {
  /* width: calc(((100% - 100px) / 5)); */
}
.players_link {
  transition: ease 0.5s;
  color: rgb(248, 248, 247);
}
.players_link:hover {
  color: rgb(36, 83, 212);
}
.height_275 {
  height: 275px;
}
.height_275:hover {
}
.players_number {
  font-size: 70px;
  font-weight: 700;
  color: rgb(248, 248, 247);
  position: absolute;
  top: 2%;
  left: 2%;
}
.block_players_info {
  padding-bottom: 24px;
  padding-top: 24px;
}
.players_info_title {
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 10px;
}
.players_info_subtitle {
  color: rgb(165, 166, 170);
  font-size: 18px;
  font-weight: 500;
}

.awards_item {
  /* width: 25%; */
  border-style: solid;
  border-width: 1px;
  border-color: rgb(222, 222, 219);
  background: #ffffff;
}
.awards_link {
  height: 100%;
  padding-bottom: 24px;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 24px;
  display: flex;
  transition: 0.3s all ease;
  color: rgb(34, 37, 45);
  background: linear-gradient(to bottom, red, #c4301c);
  background-size: 0% 1%;
  background-repeat: no-repeat;
  background-position-y: 100%;
  flex-direction: column;
  row-gap: 10px;
  align-items: center;
}
.awards_link:hover {
  background-size: 100% 1%;
  color: rgb(36, 83, 212);
}
.awards_link_img {
  width: 200px;
  height: 200px;
  object-fit: contain;
}
.block_awards_info {
  align-items: center;
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
.awards_info_title {
  font-size: 25px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.awards_info_subtitle {
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  color: rgb(121, 124, 127);
}

@media screen and (min-width: 768px) {
  .block_team_info {
    display: flex;
  }

  .team_info_img {
    margin: 0;
  }

  .team_info_text {
    text-align: left;
  }

  .block_team_history {
    grid-template-columns: repeat(2, 1fr);
  }

  .team_history_text {
    text-align: left;
  }

  .block_team_stats_right {
    grid-template-columns: repeat(3, 1fr);
  }

  .block_team_stats_info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
}

@media screen and (min-width: 1024px) {
  .team_info_img {
    height: 105px;
    width: 105px;
  }

  .team_info_text {
    font-size: 16px;
  }

  .team_history_text {
    font-size: 16px;
  }

  .block_team_stats_wrap {
    grid-template-columns: repeat(2, 1fr);
  }

  .block_team_stats_left {
    align-items: center;
    display: flex;
    gap: 24px;
    /* width: 35%; */
  }

  .block_team_stats_circle {
    margin: 0;
  }

  .team_stats_circle_list {
    display: block;
    width: 40%;
  }

  .team_stats_info_title {
    font-size: 20px;
  }

  .team_stats_info_subtitle {
    font-size: 13px;
  }

  .block_team_stats_right {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media screen and (min-width: 1200px) {
  .block_team_info {
    gap: 24px;
  }

  .block_team_history {
    gap: 24px;
  }

  .block_team_stats_right {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media screen and (min-width: 1440px) {
  .team_info_text {
    font-size: 18px;
  }

  .team_history_text {
    font-size: 18px;
  }

  .team_stats_info_title {
    font-size: 24px;
  }

  .team_stats_info_subtitle {
    font-size: 15px;
  }
}
