.custom-section_banner {
  margin-left: -30px;
  margin-right: -30px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.container_banner {
  padding: 250px 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.container_banner_wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 30px;
	max-width: 1600px;
}

.section-title_banner {
  font-family: "ClashDisplay", sans-serif;
  font-weight: 600;
  font-size: 42px;
  color: #ffffff;
  text-transform: uppercase;
  word-spacing: 5px;
  text-align: center;
  line-height: 50px;
}

.section-divider_banner {
  min-width: 60px;
  width: 50%;
  height: 1px;
  margin: 15px 0;
  background-color: #ffffff;
}

.section-subtitle_banner {
  font-family: "ClashDisplay", sans-serif;
  font-weight: 300;
  font-size: 32px;
  color: #ffffff;
  text-align: center;
}

@media (max-width: 1200px) and (min-width: 801px) {
  .container_banner {
    padding: 220px 30px;
  }
  .section-title_banner {
    font-size: 36px;
  }
  .section-divider_banner {
    margin: 25px 0;
  }
  .section-subtitle_banner {
    font-size: 28px;
    line-height: 35px;
  }
}
@media (max-width: 800px) and (min-width: 500px) {
  .container_banner {
    padding: 155px 30px;
  }
  .section-title_banner {
    font-size: 32px;
    line-height: 40px;
  }
  .section-divider_banner {
    margin: 35px 0;
  }
  .section-subtitle_banner {
    font-size: 24px;
    line-height: 30px;
  }
}
@media (max-width: 499px) {
  .container_banner {
    padding: 130px 30px;
  }
  .section-title_banner {
    font-size: 26px;
    line-height: 32px;
  }
  .section-divider_banner {
    margin: 35px 0;
  }
  .section-subtitle_banner {
    font-size: 22px;
    line-height: 30px;
    font-weight: 400;
  }
}/*# sourceMappingURL=banner_text.css.map */