.single-content:has(+ .single-image) {
  width: 70%;
}

.single-image {
  width: 30%;
}

.single-image img {
  border-radius: 2rem;
  max-width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
}

.card-container {
  display: flex;
  flex-direction: row-reverse;
  gap: 4rem;
}
