.formats-intro h2 {
  max-width: 32rem;
}

.formats-card {
  position: relative;
}

.formats-card-footer {
  align-items: center;
}

.formats-image-aside {
  border-radius: var(--radius-xl);
  overflow: hidden;
  border: 1px solid var(--color-border-strong);
  box-shadow: var(--shadow-soft);
}

.formats-image-aside img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.formats-hero-visual {
  min-height: 260px;
}

.formats-bottom-cta {
  align-items: center;
}

@media (max-width: 768px) {
  .formats-bottom-cta {
    align-items: flex-start;
  }
}
