.section_player_title_wrapper {
  background-image: url("/images/52e66c0100e69346ccfc611e034b5fbeder.jpg");
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
}

.section_player_title_wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.section_player_title_info_wrapper {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.section_player_title {
  font-size: 20px;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
  display: flex;
  flex-direction: column;
}

.section_player_title_accent {
  font-size: 24px;
}

.section_player_title_info_list {
  display: flex;
  align-items: center;
  gap: 8px;
}

.section_player_title_info_item_link {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #ffffff;
  transition: ease 0.9s;
}

.section_player_title_info_item_link:hover {
  color: #00eeff;
}

.section_player_title_info_item_link_img_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #ffffff;
  box-shadow: 0px 0px 5px rgba(0, 0, 64, 0.5);
  height: 20px;
  width: 20px;
}

.section_player_title_info_item_link_img {
  height: 20px;
  width: 20px;
  object-fit: contain;
}

.section_player_title_info_item_link_text {
  font-size: 12px;
  font-weight: 500;
}

.section_player_title_img {
  height: 175px;
  width: 175px;
  object-fit: contain;
}

@media screen and (min-width: 768px) {
  .section_player_title_img {
    height: 225px;
    width: 225px;
  }
}

@media screen and (min-width: 1024px) {
  .section_player_title_info_wrapper {
    gap: 16px;
  }

  .section_player_title {
    font-size: 24px;
  }

  .section_player_title_accent {
    font-size: 28px;
  }

  .section_player_title_info_list {
    gap: 16px;
  }

  .section_player_title_info_item_link {
    gap: 16px;
  }

  .section_player_title_info_item_link_img_wrap {
    height: 25px;
    width: 25px;
  }

  .section_player_title_info_item_link_img {
    height: 25px;
    width: 25px;
  }

  .section_player_title_info_item_link_text {
    font-size: 14px;
  }

  .section_player_title_img {
    height: 275px;
    width: 275px;
  }
}

@media screen and (min-width: 1200px) {
  .section_player_title_img {
    height: 325px;
    width: 325px;
  }
}

@media screen and (min-width: 1440px) {
  .section_player_title {
    font-size: 28px;
  }

  .section_player_title_accent {
    font-size: 32px;
  }

  .section_player_title_info_item_link_img_wrap {
    height: 30px;
    width: 30px;
  }

  .section_player_title_info_item_link_img {
    height: 30px;
    width: 30px;
  }

  .section_player_title_info_item_link_text {
    font-size: 16px;
  }

  .section_player_title_img {
    height: 375px;
    width: 375px;
  }
}
