.paragraph--type--title-text {
  padding: 60px 0;
  text-align: center;
}
.paragraph--type--title-text .title-text-content {
  max-width: 1410px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
@media (max-width: 1024px) {
  .paragraph--type--title-text .title-text-content {
    width: 90%;
    max-width: none;
  }
}
.paragraph--type--title-text .title-text-content .title-text-title {
  display: inline-block;
  position: relative;
  font-size: 48px;
  font-weight: 700;
  color: #1A2035;
  margin-bottom: 40px;
  padding-bottom: 15px;
}
@media (max-width: 1024px) {
  .paragraph--type--title-text .title-text-content .title-text-title {
    font-size: 32px;
  }
}
.paragraph--type--title-text .title-text-content .title-text-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  height: 8px;
  background-color: #FFCB3D;
}
.paragraph--type--title-text .title-text-content .title-text-text {
  font-size: 19px;
  line-height: 1.6;
  color: #404557;
  opacity: 0.7;
  max-width: 700px;
  margin: 0 auto;
}
/*# sourceMappingURL=title-text.css.map */
