.text-title {
  font-size: 32px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 38px;
  color: #005CB9;
  margin-bottom: 48px;
}
.text-description {
  color: #20294f;
  font-size: 20px;
  letter-spacing: 0;
  line-height: 28px;
}
.node--type-programs .field--name-field-content > .field__item {
  /* margin-bottom: 104px; */
  margin-bottom: 32px;
}

.field--name-field-error-content {
  box-shadow: 0 0 24px 0 rgb(32 41 79 / 26%);
  border-radius: 0.25em !important;
  padding: 30px;
  margin: 30px;
}


.error-container {
  border-bottom: 1px solid #cecece;
  margin: 24px;
}
.error-title {
  font-size: 32px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 38px;
  color: #005CB9;
  margin-bottom: 20px;
}