.highlight-block {
  text-decoration: none;
  color: #000;
}
.highlight-block__image {
  position: relative;
  margin-bottom: 0.35rem;
  border-radius: 0.5rem;
  padding-bottom: 40%;
  width: 100%;
  overflow: hidden;
}
.highlight-block__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.highlight-block__title {
  font-size: 1.5rem;
  font-weight: 500;
}
.highlight-block__cta {
  margin-top: 0.5rem;
}

/*# sourceMappingURL=highlight_block.css.map */
