.offer__image img {
  display: block;
  aspect-ratio: 3/2;
  object-fit: cover;
  object-position: center;
  border-top-left-radius: 0.4rem;
  border-top-right-radius: 0.4rem;
}

.offer__body--inner {
  max-width: 50rem;
  margin: 0 auto;
}

.offer:not(.offer--with-tab) .offer__body,
.offer.offer--with-tab .offer__footer {
  border-bottom-left-radius: 0.4rem;
  border-bottom-right-radius: 0.4rem;
}
