.section_page_title_wrapper {
  display: flex;
  align-items: center;
  gap: 16px;
}

.page_title {
  font-size: 22px;
  font-weight: 700;
  color: #eaeaee;
  text-transform: uppercase;
}

.page_title_img {
  width: 70px;
  height: 70px;
  object-fit: contain;
}

.page_title_img_player {
  width: 110px;
  height: 110px;
  object-fit: contain;
}

.section_title_slider_wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media screen and (min-width: 768px) {
  .page_title {
    font-size: 24px;
  }

  .page_title_img {
    width: 80px;
    height: 80px;
  }

  .page_title_img_player {
    width: 130px;
    height: 130px;
  }
}

@media screen and (min-width: 1024px) {
  .page_title_img {
    width: 90px;
    height: 90px;
  }

  .page_title {
    font-size: 26px;
  }

  .page_title_img_player {
    width: 150px;
    height: 150px;
  }
}

@media screen and (min-width: 1200px) {
  .section_page_title_wrapper {
    gap: 24px;
  }

  .page_title_img {
    width: 100px;
    height: 100px;
  }

  .page_title {
    font-size: 28px;
  }

  .page_title_img_player {
    width: 170px;
    height: 170px;
  }
}

@media screen and (min-width: 1440px) {
  .page_title_img {
    width: 110px;
    height: 110px;
  }

  .page_title {
    font-size: 30px;
  }

  .page_title_img_player {
    width: 190px;
    height: 190px;
  }
}
