.hero__image,
.sellCards__image {
  border-radius: 1.5rem;
}

@media (max-width: 767px) {
  .sellCards {
    row-gap: 4rem;
  }

  .sellCards h3 {
    margin-bottom: 0.75rem;
  }

  .hero__image,
  .sellCards__image {
    border-radius: 1.25rem;
  }
}
