.textcard__title {
  font-size: 24px;
  line-height: 36px;
  color: #282828;
  font-weight: bold;
  padding-bottom: 16px;
}
@media (max-width: 992px) {
  .textcard__title {
    font-size: 18px;
    line-height: 27px;
  }
}
.textcard__inner {
  padding: 32px 24px;
  height: 100%;
}
.textcard-wrapper {
  margin-bottom: 5px;
}/*# sourceMappingURL=Textcard_section.min.css.map */