#ai-posting-site .aps-use-cases .aps-use-card-image {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 3 / 2;
  border-radius: 6px;
  margin: 0 0 20px;
}
#ai-posting-site .aps-use-cases .aps-use-scene {
  width: min(100%, 420px);
  margin: 24px auto 0;
}
#ai-posting-site .aps-use-cases .aps-use-scene img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 3 / 2;
  border-radius: 6px;
}
#ai-posting-site .aps-use-cases .aps-use-scene figcaption {
  text-align: center;
  font-size: 12px;
  line-height: 1.6;
  margin-top: 8px;
  color: #536170;
}
#ai-posting-site .aps-use-cases .aps-use-image-note {
  font-size: 13px;
  line-height: 1.8;
  color: #536170;
  margin: 0 0 24px;
}
