.review-slider .swiper-container {
	overflow: hidden;
}

.review-slider-images {
	display: flex;
    justify-content: revert;
    margin-bottom: 1rem;
    align-items: center;
    width: 100%;
    gap:
  1rem;
	  width: 100%;
}

.review-slider-images img {
	max-width: 100px;
	height: auto;
}

.review-content {
	color: var(--IS-Secondary, #2E2F7E);
	font-family: var(--IS-Font-Header, Brockmann);
	font-size: 41px;
	font-style: normal;
	font-weight: 600;
	line-height: 50px; /* 121.951% */
	letter-spacing: -0.82px;
}

.review-author {
	color: var(--Gray-900, #181D27);
	font-family: var(--IS-Font-Header, Brockmann);
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: 28px; /* 155.556% */
	padding-bottom: 0;
}

.review-stanowisko{
	color: var(--IS-BLACK, #012438);
	font-family: var(--IS-Font-Header, Brockmann);
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px; /* 150% */
}
.review-slide {
	height: auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-start !important;
  text-align: left !important;
  align-items: flex-start;
}

.review-slider .swiper-button-next,
.review-slider .swiper-button-prev {
    display: none !important;
}
.review-author-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
    gap: 20px;
    flex-wrap: wrap;
}

.review-author-wrap {
    flex: 1;
}

.review-nav-arrows {
    display: flex;
    gap: 12px;
}

.review-nav-arrows .swiper-button-prev,
.review-nav-arrows .swiper-button-next {
    display: flex;
    width: 56px;
    height: 56px;
    justify-content: center;
    align-items: center;
    border-radius: 28px;
    border: 1px solid #FFF;
    background: #FFF;
    cursor: pointer;
}

.review-nav-arrows img {
    width: 24px;
    height: 24px;
}


/* Ukryj natywne strzałki Swipera */
.swiper-button-next,
.swiper-button-prev {
    display: none !important;
}

.review-author-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 60px;
    gap: 20px;
	  width: 100%;
    flex-wrap: wrap;
}

.review-author-wrap {
    flex-grow: 1;
}

.review-nav-arrows-container {
    display: flex;
    align-items: center;
    gap: 12px;
}

.review-nav-arrows {
    display: flex;
    gap: 12px;
    padding-right: 3rem;
    margin-top: 0px;
}

.custom-swiper-prev,
.custom-swiper-next {
    display: flex;
    width: 56px;
    height: 56px;
    justify-content: center;
    align-items: center;
    border-radius: 28px;
    border: 1px solid #FFF;
    background: #FFF;
    cursor: pointer;
    transition: background 0.3s;
}

.custom-swiper-prev:hover,
.custom-swiper-next:hover {
    background: #f2f2f2;
}

.review-nav-arrows img {
    width: 24px;
    height: 24px;
}




@media (max-width: 768px) {

	.review-content {
	  font-size: 26px;
	  line-height: 34px;
	}

	.review-nav-arrows {
	  gap: 6px;
	  padding-right: 10px;
	}

	.custom-swiper-prev, .custom-swiper-next {
	  width: 36px;
	  height: 36px;
	}

	.review-author-row {
	  margin-top: 30px;
	}

	.review-author {
	  font-size: 16px;
	}

	.review-stanowisko {
	  font-size: 14px;
	}

}