






.component--text-link-item {
  min-height: 12.875rem;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  position: relative;
  background-color: #FAF8F4;
  padding: 2.25rem 2.5rem;
  border-bottom: 3px solid #BA0C2F;
}
.component--text-link-item a:hover, .component--text-link-item a:focus {
  text-decoration: none;
}
.component--text-link-item:hover .component--text-link-item__title, .component--text-link-item:focus .component--text-link-item__title {
  color: #BA0C2F;
  text-decoration: underline;
  -webkit-text-decoration-color: #BA0C2F;
          text-decoration-color: #BA0C2F;
}
.component--text-link-item:hover .component--text-link-item__description, .component--text-link-item:focus .component--text-link-item__description {
  color: #101925;
  text-decoration: none;
}
.component--text-link-item:hover .component--text-link-item__link, .component--text-link-item:focus .component--text-link-item__link {
  text-decoration: underline;
  -webkit-text-decoration-color: #BA0C2F;
          text-decoration-color: #BA0C2F;
}
.component--text-link-item__title {
  color: #101925;
}
.component--text-link-item__description {
  color: #101925;
  font-family: "Inter", sans-serif;
  letter-spacing: 0;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-size: 0.875rem;
  line-height: 1.5rem;
  margin-bottom: 1rem;
  flex: 1 1 100%;
}
@media only screen and (min-width: 880px) {
  .component--text-link-item__description {
    font-size: 1.125rem;
  }
}
@media only screen and (min-width: 1100px) {
  .component--text-link-item__description {
    font-size: 1.125rem;
  }
}
@media only screen and (min-width: 880px) {
  .component--text-link-item__description {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 1100px) {
  .component--text-link-item__description {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 880px) {
  .component--text-link-item__description {
    line-height: 1.5rem;
  }
}
@media only screen and (min-width: 1100px) {
  .component--text-link-item__description {
    line-height: 1.5rem;
  }
}
@media only screen and (min-width: 880px) {
  .component--text-link-item__description {
    margin-bottom: 1rem;
  }
}
@media only screen and (min-width: 1100px) {
  .component--text-link-item__description {
    margin-bottom: 1rem;
  }
}


/*# sourceMappingURL=../../../../maps/body/text_link/scss/text-link-item.css.map */
