.snippet-card-promotion {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  height: 100%;
}
.snippet-card-promotion img, .snippet-card-promotion video {
  width: 100%;
  height: 100%;
  aspect-ratio: 3/4;
  object-fit: cover;
}
.snippet-card-promotion .content .text {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.snippet-card-promotion .content .text p {
  font-size: 1rem;
}
.snippet-card-promotion .content .text a {
  text-decoration: none;
  color: var(--colour-black);
}