.title_text_section {
  background-color: #F1F1F1;
  margin: 0 -30px;
  padding: 100px 0;
}

.title_text_section_inner {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 30px;
}

.title-text_title {
  font-family: "ClashDisplay", sans-serif;
  font-size: 28px;
}

.info-text {
  font-family: "ClashDisplay", sans-serif;
  margin: 20px 0;
  font-size: 18px;
}
.info-text a {
  color: #8A2422;
  text-decoration: underline;
}
.info-text ul, .info-text ol {
  line-height: 20px;
  margin: 20px 0;
}

ul li, ol li {
  line-height: 30px;
}

.text_information_button {
  background: #8A2422;
  font-family: "ClashDisplay", sans-serif;
  padding: 12px 30px 10px;
  font-size: 18px;
  color: white;
  text-transform: uppercase;
  margin-top: 20px;
  display: inline-block;
  font-weight: 600;
  transition: 0.3s all;
}
.text_information_button svg {
  fill: white;
  max-width: 16px;
  width: 100%;
  margin-left: 10px;
  position: relative;
  top: 2px;
}
.text_information_button:hover {
  background-color: black;
  transition: 0.3s all;
  text-decoration: unset;
}

@media (max-width: 1000px) and (min-width: 801px) {
  .title-text_title {
    line-height: 38px;
  }
}
@media (max-width: 800px) and (min-width: 500px) {
  .title_text_section {
    padding: 70px 0;
  }
  .info-text {
    line-height: 30px;
  }
}
@media (max-width: 499px) {
  .title_text_section {
    padding: 70px 0;
  }
  .info-text {
    line-height: 30px;
  }
  .title-text_title {
    font-size: 26px;
    line-height: 30px;
  }
}/*# sourceMappingURL=text_information.css.map */