.section_title_wrapper {
  display: flex;
  border-left: 5px solid rgb(0, 238, 255);
  padding-left: 8px;
  border-radius: 5px;
  margin-bottom: 16px;
}

.section_title_slider_wrapper {
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.section_title_wrapper_border_blue {
  border-left-color: rgb(0, 0, 64);
}

.section_title {
  font-size: 20px;
  font-weight: 700;
  color: rgb(26, 49, 60);
}

.section_title_subtitle {
  font-size: 18px;
}

.section_title_text {
  font-size: 16px;
}

@media screen and (min-width: 768px) {
  .section_title {
    font-size: 22px;
  }

  .section_title_subtitle {
    font-size: 20px;
  }

  .section_title_text {
    font-size: 18px;
  }
}

@media screen and (min-width: 1024px) {
  .section_title_wrapper {
    padding-left: 16px;
    margin-bottom: 24px;
  }

  .section_title {
    font-size: 24px;
  }

  .section_title_subtitle {
    font-size: 22px;
  }

  .section_title_text {
    font-size: 20px;
  }
}

@media screen and (min-width: 1200px) {
  .section_title_wrapper {
    margin-bottom: 32px;
  }
}

@media screen and (min-width: 1440px) {
  .section_title {
    font-size: 30px;
  }

  .section_title_subtitle {
    font-size: 24px;
  }

  .section_title_text {
    font-size: 22px;
  }
}
