section.title-text-items {
  padding: 4em;
}
section.title-text-items h2 {
  text-align: center;
  font-family: "SpaceGrotesk", sans-serif;
  letter-spacing: -0.035em;
  line-height: 110%;
  font-size: 45px;
  color: #ff286e;
}
section.title-text-items .items {
  display: flex;
  flex-direction: column;
  max-width: 600px;
  margin: 0 auto;
}
section.title-text-items .items .item {
  display: flex;
  flex-direction: row;
  margin-top: 3em;
}
@media screen and (max-width: 768px) {
  section.title-text-items .items .item {
    flex-direction: column;
  }
}
section.title-text-items .items .item .item-title {
  display: inline-block;
  width: 35%;
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 110%;
  letter-spacing: -0.035em;
  color: #0A1128;
}
@media screen and (max-width: 768px) {
  section.title-text-items .items .item .item-title {
    display: block;
    width: 100%;
    margin-bottom: 1em;
  }
}
section.title-text-items .items .item .item-content {
  display: inline-block;
  width: 65%;
}
@media screen and (max-width: 768px) {
  section.title-text-items .items .item .item-content {
    display: block;
    width: 100%;
  }
}
section.title-text-items .items .item .item-content p {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #0A1128;
}

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