.section_page_title {
  position: relative;
  background-image: url("../images/9450f63239359290e9ab0c1abec9b9fc.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 16px 0;
}

.section_page_title::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 27, 0.75);
  z-index: 0;
}

.page_title_wrapper {
  position: relative;
  border-left: 2px solid #ffffff;
  padding-left: 8px;
  margin-bottom: 16px;
  z-index: 1;
}

.page_title {
  font-size: 22px;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
}

.page_title_accent {
  display: block;
  color: #ff4b44;
}

@media screen and (min-width: 768px) {
  .page_title {
    font-size: 24px;
  }
}

@media screen and (min-width: 1024px) {
  .section_page_title {
    padding: 24px 0;
  }

  .page_title_wrapper {
    border-width: 4px;
    padding-left: 16px;
    margin-bottom: 24px;
  }

  .page_title {
    font-size: 26px;
  }
}

@media screen and (min-width: 1200px) {
  .section_page_title {
    padding: 32px 0;
  }

  .page_title_wrapper {
    padding-left: 24px;
    margin-bottom: 32px;
  }

  .page_title {
    font-size: 28px;
  }
}

@media screen and (min-width: 1440px) {
  .page_title_wrapper {
    border-width: 6px;
  }

  .page_title {
    font-size: 30px;
  }
}
