.scroll-text-bg {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  display: flex;
}

.scroll-text_content {
  width: 100%;
  max-width: 800px;
  line-height: 1.3;
}
.scroll-text-svg {
  margin-bottom: 1rem;
}
.scroll-text-svg svg {
  width: 28px;
  height: 28px;
}
.scroll-text_highlight {
  margin-top: 2rem;
}
.scroll-text_highlight h3 {
  font-size: clamp(16px, 2.5vw, 20px);
  color: #F29400;
}
@media screen and (max-width: 800px) {
  .scroll-text-svg svg {
    width: 16px;
    height: 16px;
  }
}








