

.teaser {
  position: relative; 
  margin-top: 40px;
}

.teaser-label {
  display: block;
  color: #273559;
  font-weight: 500;
  margin: .5em 0;
}
@media (min-width: 992px) {
  .teaser-label {
    display: none;
  }
}
.teaser-label strong {
  font-weight: 500;
}
@media (min-width: 992px) {
  .teaser {
    max-width: calc(95vw /3);
  }
}
@media (min-width: 1360px) {
  .teaser {
    max-width: 400px;
  }
}
.teaser__content {
  box-shadow: 0 4px 8px 0 rgba(97, 100, 114, 0.2), 0 6px 20px 0 rgba(97, 100, 114, 0.2);
  height: 550px;
}

@media (min-width: 992px) {
  .teaser__content .field:not(:last-child) {
    flex-basis: 200px;
  }
}
.teaser__image {
  position: relative;
  max-width: 100%;
  overflow: hidden;
}
.teaser__image:empty {
  display: none;
}
.teaser__image:empty + .teaser__title {
  flex-basis: auto;
}
.teaser__image a {
  display: block;
}
.teaser__image img {
  object-fit: cover;
  width: 100%;
}


.teaser__title {
  display: none;
}

@media (min-width: 992px) {
  .teaser__title {
    display: block;
  }
}
.teaser__title {
  margin-block: 0;
  width: 80%;
  padding: 0 0 .5em;
}
.teaser__title a,
.teaser__title a:visited,
.teaser__title a:active,
.teaser__title a:hover,
.teaser__title a:-webkit-any-link {
  color: #273559;
}
.teaser__title a strong {
  font-weight: 500;
}

.layout__region--first.teaser__title {
  padding: 0 2em .5em;
}
@media (min-width: 62.5rem) {
  .teaser__title {
    flex-basis: auto;
    text-align: center;
  }
}
.teaser__top {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-end;
  justify-content: center;
}
@media (min-width: 62.5rem) {
  .teaser__top {
    position: relative; 
  }
}

.teaser-content {
  padding: 1em 1em 0 1em;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
}

.teaser-content .field--name-body p {
  font-size: 1rem;
  font-weight: 400;
  margin: 0 auto;
  color: #616472;
  text-align: left;
  line-height: 1.7em;
  padding: 1em 2.5em;
}
