.section-text {
  padding: 90px 0;
}
.section-text__content {
  max-width: 880px;
  margin: 0 auto;
  width: 90%;
}
.section-text__content .title-decorated h2 {
  color: #211747;
  text-align: center;
  font-family: var(--font-header);
  font-size: 50px;
  font-weight: 700;
  text-transform: uppercase;
}
.section-text__content .title-decorated h2 span {
  display: inline-block;
  padding: 0 10px;
  width: 100%;
  color: #5581F1;
  text-align: center;
  font-family: var(--font-body);
  font-size: 23px;
  font-weight: 700;
  line-height: 286.957%;
  letter-spacing: 4.6px;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
}
.section-text__content .title-decorated h2 span::before {
  content: "";
  background: url(../icons/gold-title-decor.svg) no-repeat;
  width: 200px;
  height: 15px;
  display: block;
  position: absolute;
  top: 25px;
  left: 0;
}
.section-text__content .title-decorated h2 span::after {
  content: "";
  background: url(../icons/gold-title-decor.svg) no-repeat;
  width: 200px;
  height: 15px;
  display: block;
  position: absolute;
  top: 25px;
  right: 0;
  transform: scaleX(-1);
}
.section-text__content .simple-title h2 {
  color: #211747;
  text-align: center;
  font-family: var(--font-header);
  font-size: 50px;
  font-weight: 700;
  line-height: 108%;
  text-transform: uppercase;
}
.section-text__content .content {
  margin-top: 40px;
  font-family: var(--font-body-regular);
}
.section-text__content .content p {
  color: var(--dark-blue-color);
  font-size: 25px;
  font-weight: 400;
}
.section-text__content .content ul {
  color: var(--color-dark-blue);
  font-size: 25px;
  margin: 20px 0;
  padding-left: 2%;
}
.section-text__content .content table{
  border-collapse: collapse;
}
.section-text__content .content table tbody tr td{
  border: 1px solid #000;
  padding: 8px;
}

.section-text.align-left .simple-title h2 {
  text-align: left;
}
.section-text.align-center .simple-title h2 {
  text-align: center;
}
.section-text.align-right .simple-title h2 {
  text-align: right;
}
@media screen and (min-width: 1080px) and (max-width: 1645px){
    .section-text__content{
      max-width: 700px;
      margin: 80px auto 80px 400px;
    }
      .section-text__content .title-decorated h2 {
    font-size: 44px;
  }
  .section-text__content .simple-title h2 {
    font-size: 44px;
  }
}
@media screen and (max-width: 880px) {
  .section-text__content .title-decorated h2 span::before, .section-text__content .title-decorated h2 span::after {
    width: 200px;
  }
}
@media screen and (max-width: 600px) {
  .section-text {
    padding: 40px 0;
  }
  .section-text__content .title-decorated h2 {
    font-size: 40px;
  }
  .section-text__content .title-decorated h2 span {
    font-size: 14px;
  }
  .section-text__content .title-decorated h2 span::before, .section-text__content .title-decorated h2 span::after {
    width: 50px;
    top: 15px;
  }
  .section-text__content .simple-title h2 {
    font-size: 40px;
  }
  .section-text__content .content p {
    font-size: 20px;
  }
  .section-text__content .content ul {
    font-size: 20px;
  }
  .section-text__content .content table tbody tr td{
  border: 1px solid #000;
  padding: 4px;
  font-size: 12px;
 }
}

/*# sourceMappingURL=text-section.css.map */
