.section_page_title_wrapper {
  display: flex;
  align-items: baseline;
  gap: 8px;
}

.section_title_slider_wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.page_title {
  font-size: 22px;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
}

.page_title_wrap {
  display: inline-block;
  height: 4px;
  width: 8px;
  border-radius: 5px;
  background: #de0404;
}

@media screen and (min-width: 768px) {
  .page_title {
    font-size: 24px;
  }
}

@media screen and (min-width: 1024px) {
  .page_title {
    font-size: 26px;
  }

  .page_title_wrap {
    height: 6px;
    width: 10px;
  }
}

@media screen and (min-width: 1200px) {
  .section_page_title_wrapper {
    gap: 16px;
  }

  .page_title {
    font-size: 28px;
  }
}

@media screen and (min-width: 1440px) {
  .page_title {
    font-size: 30px;
  }
}
