.node-simple-teaser {
  box-shadow: none;
}


.node-simple-teaser__media {
  border-radius: calc(16/10 * 1rem);
  overflow: hidden;
  width: 100%;
  height: calc(160/10 * 1rem);
  margin-bottom: calc(12/10 * 1rem);

  img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

.node-simple-teaser__title {

  a {
    font-family: var(--font-family--lexend);
    font-size: calc(16/10 * 1rem);
    line-height: calc(22/10 * 1rem);
    letter-spacing: calc(0.3/10 * 1rem);
    font-weight: 400;
    color: black;
    text-decoration: none;
  }
}