.cms-latest-teasers {
  margin: 2rem 0;
}

.cms-latest-teasers__heading {
  margin-bottom: 1.25rem;
}

.cms-latest-teasers__heading-link {
  color: #1f2933;
  text-decoration: none;
}

.cms-latest-teasers__heading-link:hover,
.cms-latest-teasers__heading-link:focus {
  color: #0b6bcb;
}

.cms-latest-teasers__list {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  align-items: stretch;
}

.cms-latest-teasers__item {
  flex: 1 1 calc(33.333% - 1rem);
  min-width: 16rem;
  display: flex;
  flex-direction: column;
  padding: 1.5rem;
  border: 1px solid #d9e0e6;
  border-radius: 0.75rem;
  background: #fff;
  box-shadow: 0 0.5rem 1.5rem rgba(17, 24, 39, 0.06);
}

.cms-latest-teasers__image-link {
  display: block;
  margin: -1.5rem -1.5rem 1rem;
}

.cms-latest-teasers__image {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  border-radius: 0.75rem 0.75rem 0 0;
  background: #eef2f6;
}

.cms-latest-teasers__title {
  margin: 0 0 0.75rem;
  font-size: 1.1rem;
  line-height: 1.35;
}

.cms-latest-teasers__title a {
  color: #1f2933;
  text-decoration: none;
}

.cms-latest-teasers__title a:hover,
.cms-latest-teasers__title a:focus {
  color: #0b6bcb;
}

.cms-latest-teasers__excerpt {
  margin: 0 0 1rem;
  color: #52606d;
  line-height: 1.6;
}

.cms-latest-teasers__link {
  margin-top: auto;
  font-weight: 600;
  color: #0b6bcb;
  text-decoration: none;
}

.cms-latest-teasers__link:hover,
.cms-latest-teasers__link:focus {
  text-decoration: underline;
}

@media (max-width: 991px) {
  .cms-latest-teasers__item {
    flex-basis: calc(50% - 0.75rem);
  }
}

@media (max-width: 575px) {
  .cms-latest-teasers__item {
    flex-basis: 100%;
    min-width: 0;
  }
}
