.featured-intro {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.featured-intro .news-article-cta {
  display: inline-block;
  width: unset !important;
}

.aspect-3-2 {
  position: relative;
  width: 100%;
  padding-top: 66.6667%; /* 2/3 = 0.66667 */
  overflow: hidden;
}

.aspect-3-2 img.object-cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
