.section_title_wrapper {
  margin-bottom: 16px;
}

.section_title {
  font-size: 18px;
  font-weight: 700;
  color: #040113;
  text-transform: uppercase;
}

.white_color {
  color: #ffffff;
}

.section_title_subtitle {
  font-size: 16px;
  font-weight: 700;
  color: #040113;
  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 {
    margin-bottom: 24px;
  }

  .section_title {
    font-size: 22px;
  }

  .section_title_subtitle {
    font-size: 20px;
  }
}

@media screen and (min-width: 1200px) {
  .section_title_wrapper {
    margin-bottom: 32px;
  }

  .section_title {
    font-size: 24px;
  }

  .section_title_subtitle {
    font-size: 22px;
  }
}

@media screen and (min-width: 1440px) {
  .section_title {
    font-size: 26px;
  }

  .section_title_subtitle {
    font-size: 24px;
  }
}
