.dsm-tribute .article-featured-image {
  max-width: 24rem;
  margin: 0 auto 2.5rem;
  aspect-ratio: auto;
  overflow: visible;
}

.dsm-tribute .article-featured-image img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  border-radius: 1rem;
  box-shadow: 0 18px 45px rgba(10, 42, 70, 0.16);
}

.dsm-tribute blockquote {
  margin: 2rem 0;
  padding: 1.35rem 1.5rem;
  border-left: 0.3rem solid #008d85;
  background: #eef8f6;
  color: #0b2c47;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.2rem, 2vw, 1.55rem);
  line-height: 1.5;
}

.dsm-tribute blockquote p {
  margin: 0;
}

.dsm-tribute ul li + li {
  margin-top: 0.7rem;
}

.dsm-tribute__video {
  width: 100%;
  margin: 1.75rem 0 1rem;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border-radius: 1rem;
  background: #071f34;
  box-shadow: 0 18px 45px rgba(10, 42, 70, 0.14);
}

.dsm-tribute__video iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

@media (max-width: 620px) {
  .dsm-tribute .article-featured-image {
    max-width: 17rem;
    margin-bottom: 1.75rem;
  }

  .dsm-tribute blockquote {
    padding: 1.1rem 1.15rem;
  }
}
