.testimonials__section-wrapper {
	padding: 72px 14px;
	.section-title {
		text-align: center;
		h2 {
			margin: 0;
		}
	}
	.testimonial__item {
		height: auto;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.testimonial__item-content {
		text-align: center;
		padding: 48px 0 114px;
	}
	.testimonial__item-testi {
		font-size: 26px;
		font-style: italic;
		font-weight: 500;
		line-height: 26px;
		letter-spacing: 0.4px;
		margin: 0;
		&.gold {
			color: #685133;
		}
		&.black {
			color: #121212;
		}
	}
	.testimonial__item-name {
		font-size: 14px;
		font-style: normal;
		line-height: 20px;
		color: #121212;
		opacity: 0.86;
		display: flex;
		align-items: flex-start;
		gap: 8px;
		font-family: "Founders Grotesk Text";
		justify-content: center;
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto;
	}
	.swiper-testimonials-pagination {
		display: flex;
		align-items: flex-start;
		flex-direction: row;
		justify-content: center;
		padding: 0 16px;
		bottom: 48px;
		.swiper-pagination-bullet {
			width: 10px;
			margin: 0 5px;
			height: 6px;
			border-radius: 3px;
			background: #685133;
			transition: width 0.3s ease-in-out;
			&.swiper-pagination-bullet-active {
			width: 44px;
			transition: width 0.3s ease-in-out;
			}
		}
  }
	.test-bullet {
		width: 20px;
		height: 1px;
		margin-top: 10px;
		background: #121212;
	}
}