.section_player_title_wrapper {
  background-color: #003087;
  padding: 24px 0;
}

.section_player_title_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-bottom: 16px;
}

.section_player_title_img {
  width: 80px;
  height: 80px;
  object-fit: contain;
}

.section_player_title {
  font-size: 24px;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
}

@media screen and (min-width: 768px) {
  .section_player_title_img {
    width: 120px;
    height: 120px;
  }

  .section_player_title {
    font-size: 30px;
  }
}

@media screen and (min-width: 1024px) {
  .section_player_title_wrapper {
    padding: 32px 0;
  }

  .section_player_title_img {
    width: 160px;
    height: 160px;
  }

  .section_player_title {
    font-size: 36px;
  }
}

@media screen and (min-width: 1200px) {
  .section_player_title_wrapper {
    padding: 40px 0;
  }

  .section_player_title_img {
    width: 200px;
    height: 200px;
  }

  .section_player_title {
    font-size: 42px;
  }
}

@media screen and (min-width: 1440px) {
  .section_player_title_img {
    width: 240px;
    height: 240px;
  }

  .section_player_title {
    font-size: 48px;
  }
}
