.testimonials--container {
	padding: 60px 30px 30px;
}

.testimonials--lg-title,
.testimonials--sm-title {
	text-align: center;
}

.testimonials--card {
	color: var(--theme-black);
}

.testimonials--title {
	font-family: libre, serif;
}

.testimonials--name {
	margin-bottom: 0;
	font-style: normal;
}

.testimonials--company,
.testimonials--position {
	font-weight: 400;
	margin-bottom: 0;
	font-style: normal;
}

@media (max-width: 991px) {
	.testimonials--row {
		margin-top: 60px;
	}

	.testimonials--col {
		margin-bottom: 45px;
	}

	.testimonials--card {
		position: relative;
	}

	.testimonials--card-inside {
		background: #fff;
		padding: 15px;
		border-radius: 10px;
	}
}

@media (min-width: 992px) {
	
	.testimonials--section {
		overflow: hidden;
	}
	
	.testimonials--row {
		position: relative;
		margin-bottom: 60px;
		margin-top: 60px;
	}
	
	.testimonials--card {
		background: #fff;
		padding: 20px;
		border-radius: 10px;
		margin-bottom: 0;
	}	
	
}