.section_title {
  font-size: 35px;
  font-weight: 700;
  color: #fff;
  color: #fff;
}

.section_title span {
  background: linear-gradient(96deg, #f6d007 0%, #f98419 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  font-weight: 700;
}

@media (min-width: 0px) and (max-width: 767.98px) {
  .section_title {
    font-size: 18px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .section_title {
    font-size: 22px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .section_title {
    font-size: 24px;
  }
}
