.section_title_wrapper {
  border-left: 1px solid #00001b;
  padding-left: 4px;
  margin-bottom: 16px;
}

.section_title_slider_wrapper {
  position: relative;
  display: flex;
  /* align-items: center; */
  justify-content: space-between;
}

.section_title {
  font-size: 18px;
  font-weight: 700;
  color: #00001b;
  text-transform: uppercase;
}

.section_title_accent {
  color: #ff4b44;
}

.color_accent_white {
  color: #ffffff;
}

.section_title_subtitle {
  font-size: 16px;
  font-weight: 700;
  color: #00001b;
  text-transform: uppercase;
}

@media screen and (min-width: 768px) {
  .section_title {
    font-size: 20px;
  }

  .section_title_subtitle {
    font-size: 18px;
  }
}

@media screen and (min-width: 1024px) {
  .section_title_wrapper {
    border-width: 2px;
    padding-left: 8px;
    margin-bottom: 24px;
  }

  .section_title {
    font-size: 22px;
  }

  .section_title_subtitle {
    font-size: 20px;
  }
}

@media screen and (min-width: 1200px) {
  .section_title_wrapper {
    padding-left: 16px;
    margin-bottom: 32px;
  }

  .section_title {
    font-size: 24px;
  }

  .section_title_subtitle {
    font-size: 22px;
  }
}

@media screen and (min-width: 1440px) {
  .section_title_wrapper {
    border-width: 4px;
  }

  .section_title {
    font-size: 26px;
  }

  .section_title_subtitle {
    font-size: 24px;
  }
}
