.icons-row__overline {
  font-size: 16px;
}

.td-icons-row .stacked-text--title {
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: -0.24px;
  font-family: var(--td-font-family-heading) !important;
  user-select: text;
}

@media screen and (min-width: 991px) {
  .td-icons-row .stacked-text--title {
    font-size: 20px;
  }
}

@media screen and (min-width: 1200px) {
  .td-icons-row .stacked-text--title {
    font-size: 24px;
  }
}
