@media (min-width: 992px) {
  .section--text-column {
    padding-block: 0;
  }
}
.section--text-column .section--outer {
  background-color: #D9DEEB;
}
@media (max-width: 991.98px) {
  .section--text-column .section--outer {
    padding-top: 48px;
    padding-bottom: 48px;
  }
}
@media (min-width: 992px) {
  .section--text-column .section--outer {
    padding-bottom: 80px;
  }
}
@media (max-width: 991.98px) {
  .section--text-column .columns-2 {
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding-top: 32px;
  }
}
@media (min-width: 992px) {
  .section--text-column .columns-2 {
    grid-column: 2/span 2;
    display: grid;
    gap: 30px;
    grid-template-columns: repeat(2, 1fr);
    row-gap: 40px;
  }
}
@media (min-width: 992px) {
  .section--text-column .columns-3 {
    display: grid;
    gap: 30px;
    grid-template-columns: repeat(3, 1fr);
    row-gap: 69px;
  }
}
.section--text-column .align-bottom {
  align-items: flex-end;
}
@media (max-width: 991.98px) {
  .section--text-column .subtitle {
    font-family: "silkamedium", Helvetica, Arial, sans-serif;
    font-weight: 500;
    color: #0A152E;
    font-style: normal;
    letter-spacing: -0.5px;
    font-size: 14px;
    line-height: 22px;
    color: #0A152E;
    margin-bottom: 18px;
  }
}
@media (min-width: 992px) {
  .section--text-column .subtitle {
    font-family: "silkamedium", Helvetica, Arial, sans-serif;
    font-weight: 500;
    color: #0A152E;
    font-size: 24px;
    font-style: normal;
    line-height: 32px;
    letter-spacing: -0.7px;
    color: #0A152E;
    align-self: end;
    transform: translateY(-5px);
  }
}
.section--text-column .column-title {
  grid-column: span 2;
}
@media (max-width: 991.98px) {
  .section--text-column .column-title {
    font-family: "silkamedium", Helvetica, Arial, sans-serif;
    font-weight: 500;
    color: #0A152E;
    font-style: normal;
    color: #0A152E;
  }
}
@media (max-width: 991.98px) and (min-width: 992px) {
  .section--text-column .column-title {
    font-size: 40px;
    line-height: 48px;
    letter-spacing: -2px;
  }
}
@media (max-width: 991.98px) and (max-width: 991.98px) {
  .section--text-column .column-title {
    font-size: 32px;
    line-height: 40px;
    letter-spacing: -1.5px;
  }
}
@media (min-width: 992px) {
  .section--text-column .column-title {
    font-family: "silkamedium", Helvetica, Arial, sans-serif;
    font-weight: 500;
    color: #0A152E;
    font-style: normal;
    letter-spacing: -2px;
    color: #0A152E;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .section--text-column .column-title {
    font-size: 48px;
    line-height: 56px;
  }
}
@media (min-width: 992px) and (max-width: 991.98px) {
  .section--text-column .column-title {
    font-size: 40px;
    line-height: 48px;
  }
}
@media (max-width: 991.98px) {
  .section--text-column .item-title {
    font-family: "silkamedium", Helvetica, Arial, sans-serif;
    font-weight: 500;
    color: #0A152E;
    font-size: 18px;
    font-style: normal;
    line-height: 28px;
    letter-spacing: -0.5px;
    color: #0A152E;
    margin-bottom: 8px;
  }
}
@media (min-width: 992px) {
  .section--text-column .item-title {
    font-family: "silkamedium", Helvetica, Arial, sans-serif;
    font-weight: 500;
    color: #0A152E;
    font-size: 24px;
    font-style: normal;
    line-height: 32px;
    letter-spacing: -0.7px;
    color: #0A152E;
    margin-bottom: 20px;
  }
}
@media (max-width: 991.98px) {
  .section--text-column .item-content {
    font-family: "silkamedium", Helvetica, Arial, sans-serif;
    font-weight: 500;
    color: #0A152E;
    font-style: normal;
    letter-spacing: -0.4px;
    color: #15234C;
  }
}
@media (max-width: 991.98px) and (min-width: 992px) {
  .section--text-column .item-content {
    font-size: 11px;
    line-height: 18px;
  }
}
@media (max-width: 991.98px) and (max-width: 991.98px) {
  .section--text-column .item-content {
    font-size: 14px;
    letter-spacing: -0.5px;
    line-height: 22px;
    font-style: normal;
  }
}
@media (min-width: 992px) {
  .section--text-column .item-content {
    font-family: "silkamedium", Helvetica, Arial, sans-serif;
    font-weight: 500;
    color: #0A152E;
    font-style: normal;
    letter-spacing: -0.5px;
    font-size: 14px;
    line-height: 22px;
    color: #15234C;
  }
}
