.odpovednost-hero {
  max-width: 52rem;
}

.odpovednost-hero__lead {
  font-size: var(--font-size-lg);
  line-height: var(--line-height-relaxed);
}

.responsible-banner__grid {
  align-items: center;
}

.responsible-banner__details {
  font-size: var(--font-size-sm);
}

.odpovednost-layout,
.odpovednost-people,
.odpovednost-atmosphere {
  align-items: center;
}

.odpovednost-image-wrapper {
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-md);
  background-color: #000000;
}

.odpovednost-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.odpovednost-links {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-3);
}

@media (max-width: 767px) {
  .odpovednost-hero {
    text-align: left;
  }

  .responsible-banner {
    padding-inline: var(--space-4);
  }

  .odpovednost-links {
    justify-content: flex-start;
  }
}
