  /**
 * OISE's theme implementation.
 */
.node--news--teaser h3 {
  font-size: 1.5rem !important;
}
@media (min-width: 1100px) {
  .node--news--teaser h3 {
    font-size: 1rem !important;
  }
}
.node--news--teaser .small {
  font-size: 1rem;
}
@media (min-width: 1100px) {
  .node--news--teaser .small {
    font-size: 85%;
  }
}