.section_player_title {
  background-image: url("../images/fsdfsf4t543twef4twgfwefgg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 16px 0;
}

.player_title_wrap {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 16px;
}

.player_title_img {
  width: 90px;
  height: 90px;
  object-fit: contain;
}

.player_title {
  font-size: 24px;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
}

@media screen and (min-width: 768px) {
  .player_title_img {
    width: 140px;
    height: 140px;
  }

  .player_title {
    font-size: 30px;
  }
}

@media screen and (min-width: 1024px) {
  .section_player_title {
    padding: 24px 0;
  }

  .player_title_wrap {
    margin-bottom: 24px;
  }

  .player_title_img {
    width: 190px;
    height: 190px;
  }

  .player_title {
    font-size: 36px;
  }
}

@media screen and (min-width: 1200px) {
  .section_player_title {
    padding: 32px 0;
  }

  .player_title_wrap {
    gap: 24px;
    margin-bottom: 32px;
  }

  .player_title_img {
    width: 240px;
    height: 240px;
  }

  .player_title {
    font-size: 42px;
  }
}

@media screen and (min-width: 1440px) {
  .player_title_img {
    width: 290px;
    height: 290px;
  }

  .player_title {
    font-size: 48px;
  }
}
