.node--type-blog.blog--teaser .insight-wrapper {
  display: block;
}

.node--type-blog.blog--teaser .insight-wrapper:hover .field--name-title {
  color: #e30613;
  transition: all 150ms ease;
}

.node--type-blog.blog--teaser .field--name-field-bl-thumbnail img {
  display: block;
  width: 100%;
}

.node--type-blog.blog--teaser .field--name-field-bl-abstract {
  margin-top: 10px;
  color: #1b1919;
}

.node--type-blog.blog--teaser .field--type-datetime {
  color: #9c9e9f;
  font-size: 14px;
  margin-top: 10px;
}

.node--type-blog.blog--teaser .field--name-title {
  color: #262626;
  display: block;
  font-weight: 400;
  line-height: 1.35;
  margin-top: 10px;
  transition: all 150ms ease;
  font-size: 1.125rem;
}

@media (max-width: 1440px) {
  .node--type-blog.blog--teaser .field--name-title {
    font-size: calc(1.025rem + 0.11111vw) ;
  }
}

.node--type-blog.blog--teaser .category {
  display: inline-block;
  color: #000;
  background: #FFF;
  border: 1px solid #000;
  border-radius: 20px;
  padding: 5px 10px;
  margin-top: 15px;
}

/*# sourceMappingURL=maps/style.css.map */
