.offers-hero {
  position: relative;
}

.offers-hero__inner {
  align-items: center;
}

.offers-hero__content p {
  max-width: 36rem;
}

.offers-hero__visual {
  max-width: 30rem;
  justify-self: flex-end;
}

.offers-hero__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}



.offers-section-header--center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.offers-section-header--center p {
  margin-left: auto;
  margin-right: auto;
  max-width: 40rem;
}

.offers-grid {
  margin-top: var(--space-6);
}

.offers-card {
  height: 100%;
}

.offers-card-simple {
  height: 100%;
}

.offers-list {
  margin-top: var(--space-3);
  margin-bottom: var(--space-3);
  padding-left: 1.25rem;
  color: var(--color-text-muted);
  font-size: var(--font-size-sm);
}

.offers-list li + li {
  margin-top: 0.4rem;
}

.offers-tournaments__inner,
.offers-groups__inner,
.offers-vip__inner,
.offers-loyalty__inner {
  align-items: center;
  gap: var(--space-8);
}

.offers-tournaments__image img,
.offers-screens__image img,
.offers-screens__image--secondary img,
.offers-vip__visual img,
.offers-loyalty__visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.offers-screens__content {
  gap: var(--space-6);
  margin-top: var(--space-6);
}

.offers-cta__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-4);
}



.offers-cta__actions {
  justify-content: flex-end;
}

@media (max-width: 992px) {
  .offers-hero__visual {
    max-width: none;
    margin-top: var(--space-6);
  }

  .offers-tournaments__inner,
  .offers-groups__inner,
  .offers-vip__inner,
  .offers-loyalty__inner {
    gap: var(--space-6);
  }
}

@media (max-width: 768px) {
  .offers-hero__inner {
    text-align: left;
  }

  .offers-cta__inner {
    flex-direction: column;
    align-items: flex-start;
  }

  .offers-cta__actions {
    justify-content: flex-start;
  }
}
