.recenzie-page {
  width: 100%;
}

.recenzie-hero-row {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.recenzie-hero-row h1 {
  margin: 0;
  text-align: left;
}

.recenzie-hero-row .btn-primary {
  white-space: nowrap;
  font-size: 2rem;
  line-height: 1;
  display: inline-block;
  transform: scaleX(-1);
}

.recenzie-page .reviews-slider {
  overflow: visible !important;
}

.recenzie-page .reviews-track {
  display: block !important;
  overflow: visible !important;
  padding: 0 !important;
}

.recenzie-page .review-card {
  width: 100%;
  max-width: none;
  margin: 0 0 1.25rem 0;
  scroll-margin-top: 110px;
}

.recenzie-page .review-text {
  font-size: 1rem;
  line-height: 1.7;
}

@media (max-width: 767px) {
  .recenzie-hero-row .btn-primary {
    width: auto;
    text-align: center;
    padding: 0.4rem 1rem;
    font-size: 1.6rem;
    line-height: 1;
  }
}