.tiqva-testimonial-slider {
	width: 100%;
	height: 100%;

	.swiper-slide {
		padding: 40px 30px;
		background-color: #fff;
		border-radius: 14px;
		box-shadow: 0px 4px 30px -10px #0000001a;

		.testimonial-content {
			width: 100%;
			max-width: 680px;
			margin-left: auto;
			margin-right: 0;

			p {
				font-family: Familjen Grotesk;
				font-weight: 400;
				font-size: 24px;
				line-height: 100%;
				letter-spacing: 0%;
				vertical-align: middle;
				margin: 30px 0;
				color: #000000;
			}
			strong {
				font-family: Familjen Grotesk;
				font-weight: 600;
				font-size: 20px;
				line-height: 100%;
				letter-spacing: 0%;
				display: block;
				color: #000000;
			}
			span {
				font-family: Montserrat;
				font-weight: 500;
				font-size: 12px;
				line-height: 20px;
				letter-spacing: 0%;
				display: block;
				margin-top: 4px;
				color: #000000;
			}
			> div {
				display: flex;
				align-items: center;
				column-gap: 10px;
			}
		}
	}
}

@media (width >= 520px) {
	.tiqva-testimonial-slider {

		.swiper-slide {
			padding: 67px 61px;

			.testimonial-content {

				p {
					font-size: 30px;
				}
			}
		}
	}
}