.text-intro {
  max-width: 860px;
  margin: 0 auto;
  padding: 80px 24px;
  text-align: center;
}

.text-intro__heading {
  margin: 0 0 20px;
  font-family: 'Sora', sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.5;
  color: #111A28;
}

.text-intro__text {
  margin: 0 0 16px;
  font-family: 'Sora', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
  color: #0F0000;
}

.text-intro__text:last-child {
  margin-bottom: 0;
}
