.text_module {
  background-position: center !important;
  background-repeat: no-repeat;
}
.text_module .text-wrapper {
  max-width: 100%;
  width: 65%;
  margin: 0 auto;
}
@media only screen and (max-width: 900px) {
  .text_module .text-wrapper {
    width: 75%;
  }
}
@media only screen and (max-width: 540px) {
  .text_module .text-wrapper {
    width: 85%;
  }
}
.text_module .text-wrapper .text h1,
.text_module .text-wrapper .text h2,
.text_module .text-wrapper .text h3,
.text_module .text-wrapper .text h4,
.text_module .text-wrapper .text h5,
.text_module .text-wrapper .text h6,
.text_module .text-wrapper .text span,
.text_module .text-wrapper .text p,
.text_module .text-wrapper .text ul,
.text_module .text-wrapper .text ol {
  font-family: "Inter", sans-serif !important;
}
.text_module .text-wrapper .text h1,
.text_module .text-wrapper .text h2,
.text_module .text-wrapper .text h3,
.text_module .text-wrapper .text h4,
.text_module .text-wrapper .text h5,
.text_module .text-wrapper .text h6 {
  font-weight: 600 !important;
  margin: 0;
  color: #111636 !important;
}
.text_module .text-wrapper img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.text_module .text-wrapper .line-separated {
  border-top: 2px solid;
  border-bottom: 2px solid;
  padding: 3rem;
  margin: 2rem 0;
}
.text_module .text-wrapper .buttons {
  margin-top: 3rem;
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
}
.text_module .text-wrapper .buttons .sbtn {
  margin-bottom: 1rem;
}
.text_module .text-wrapper .buttons .sbtn.btn-dark:hover {
  background-color: #d37230 !important;
  border-color: #d37230 !important;
  color: #212a5e !important;
}
.text_module .text-wrapper .buttons .sbtn.btn-light:hover {
  background-color: #212a5e !important;
  border-color: #212a5e !important;
  color: white !important;
}
.text_module .text-wrapper .buttons.horizontal {
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
}
.text_module .text-wrapper .buttons.horizontal .sbtn {
  min-width: 280px;
  margin-right: 1rem;
}
.text_module .text-wrapper ul {
  list-style: disc;
  padding-left: 22px;
}
