.hero--poker .hero-media img {
  object-position: center;
}

.hero-responsible {
  max-width: 32rem;
}

.poker-intro__image-wrapper {
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-md);
}

.poker-card-image img {
  border-radius: var(--radius-md);
  width: 100%;
  height: auto;
}

.poker-list {
  margin-top: var(--space-16);
  margin-bottom: 0;
  padding-left: 1.1rem;
  color: var(--gray-700);
}

.poker-list li + li {
  margin-top: var(--space-8);
}

.poker-private__details {
  align-self: center;
}

.poker-membership__cta {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media (max-width: 768px) {
  .hero-responsible {
    max-width: 100%;
  }
}
