.section_page_title {
  background-color: #1c1b1d;
  padding: 16px 0;
}

.page_title_wrap {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 16px;
}

.page_img {
  width: 40px;
  object-fit: contain;
}

.page_title {
  font-size: 22px;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
}

@media screen and (min-width: 768px) {
  .page_img {
    width: 45px;
  }

  .page_title {
    font-size: 24px;
  }
}

@media screen and (min-width: 1024px) {
  .section_page_title {
    padding: 24px 0;
  }

  .page_title_wrap {
    margin-bottom: 24px;
  }

  .page_img {
    width: 50px;
  }

  .page_title {
    font-size: 26px;
  }
}

@media screen and (min-width: 1200px) {
  .section_page_title {
    padding: 32px 0;
  }

  .page_title_wrap {
    gap: 16px;
    margin-bottom: 32px;
  }

  .page_img {
    width: 55px;
  }

  .page_title {
    font-size: 28px;
  }
}

@media screen and (min-width: 1440px) {
  .page_img {
    width: 60px;
  }

  .page_title {
    font-size: 30px;
  }
}
