.node--article--teaser {
  border-radius: 8px;
  flex-flow: column;
  flex: 1;
  max-width: 480px;
  margin: 0 auto;
  transition: transform .4s cubic-bezier(0, 0, .2, 1);
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 10px #0000000d;
}

@media (width >= 600px) {
  .node--article--teaser:hover {
    transform: translateY(-5px);
  }
}

.node--article--teaser .field--field-image {
  background: #ededed;
}

.node--article--teaser .field--field-image img {
  margin: 0 auto;
}

.node--article--teaser .node__text {
  flex-flow: column;
  flex: 1;
  padding: 20px;
  display: flex;
}

@media (width >= 600px) {
  .node--article--teaser .node__text {
    min-height: 220px;
  }
}

.node--article--teaser h3 {
  color: #282828;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-top: 20px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
  display: -webkit-box;
  overflow: hidden;
}

.node--article--teaser h3 span {
  line-height: 1.2;
}

@media (width <= 599.98px) {
  .node--article--teaser h3 {
    font-size: 18px;
  }
}

.node--article--teaser .field--node--article--body--teaser {
  color: #666;
  margin: 0;
  padding: 10px 0 15px;
  font-size: 16px;
  font-weight: 400;
  line-height: 18.75px;
}

.node--article--teaser .content-time--wrapper {
  color: #8e8e8e;
  justify-content: start;
  font-size: 14px;
  font-weight: 400;
  line-height: 16.41px;
  display: flex;
}

.node--article--teaser .content-time--wrapper .separator-text {
  padding: 0 5px;
}

.node--article--teaser .node__link {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
/*# sourceMappingURL=node--article--teaser.css.map */
