.testimonial-main-container {
	padding: 70px 10px 0px;
	display: block;
	position: relative;
	z-index: 10;
}

.testimonial-main-container.solo{
	padding: 0;
}

.testimonial-main-container:not(.solo) .testimonial-content {
	display: block;
}

.testimonial-img_name {
	font-family: 'Amaranth', sans-serif;
	position: relative;
	display: flex;
}



.testimonial-img_name .img {
	margin-right: 30px;
}

.testimonial-main-container:not(.solo) .testimonial-txt {
	width: 100%;
}

.testimonial-txt{
	position: relative;
}

.testimonial-img_name img {
	width: 100%;
	max-width: max-content;
	border-bottom-right-radius: 30px;
	height: auto;
}

.testimonial-content .name {
	font-size: 1.6rem;
	font-weight: 600;
	margin-top: 15px;
	color: var(--tonic);
}

.testimonial-content .function {
	color: var(--light);
	font-style: italic;
	margin-top: 10px;
	font-size: .9rem;
	line-height: 1.1rem;
}

.testimonial-main-container:not(.solo) .testimonial-img_name .img{
	position: relative;
}

.testimonial-txt p {
	margin: 5px 0 70px 10px;
	font-size: 1.15rem;
	position: relative;
	line-height: 1.3rem;
}



.testimonial-txt p::after {
	content: '';
	display: block;
	width: 210px;
	height: 1px;
	background-color: var(--neutral-dark);
	margin: auto;
	position: relative;
	bottom: -30px;
}


	.testimonial-main-container .testimonial-txt::before {
		content: ' ';
		background-image: url(../../assets/img/red-quotes.svg);
		position: absolute;
		width: 30px;
		height: 37px;
		top: -28px;
		left: -6px;
		background-size: contain;
		background-repeat: no-repeat;
	}



@media (max-width:991px) {

}

@media (min-width:992px) {

	.testimonial-main-container.solo {
		width: 80%;
		margin: auto;
	}

	.testimonial-main-container.solo .testimonial-txt::before {
		content: ' ';
		background-image: url(../../assets/img/red-quotes.svg);
		position: absolute;
		width: 45px;
		height: 58px;
		top: -20px;
		left: -6px;
		background-size: contain;
		background-repeat: no-repeat;
	}

	.testimonial-main-container.solo .testimonial-img_name {
		width: 100%;
		display: block;
		flex-direction: row;
		margin-left: 15px;
		align-items: end;
	}

	.testimonial-main-container:not(.solo) .testimonial-txt::before {
		width: 30px;
		height: 38px;
		top: -10px;
	}

	.testimonial-img_name {
		flex-direction: column;
	}

	.testimonial-main-container {
		padding: 50px 80px 30px;
		display: flex;
		flex-direction: row;
		gap: 30px;
	}

	.testimonial-main-container.solo .testimonial-img_name {
		display: flex;
		margin-left: 65px;
	}
	.testimonial-img_name{
		width: 37%;
	}
	.testimonial-txt p {
		margin: 0;
		padding-top: 35px;
		padding-left: 15px;
	}

	.testimonial-main-container:not(.solo) .testimonial-txt{
		width: 63%;
	}

	.testimonial-main-container:not(.solo) .testimonial-content {
		flex-basis: 50%;
		display: inline-flex;
	}
	.testimonial-txt p::before,
	.testimonial-txt p::after {
		display: none
	}
	
	.testimonial-main-container.solo .testimonial-txt p {
		text-align: center;
	}

	.testimonial-main-container.solo .testimonial-txt::before {
		width: 40px;
		height: 50px;
		top: 0px;
		left: -28px;
	}

	/*.testimonial-main-container:not(.solo) .testimonial-img_name .img::before {
		content: ' ';
		background-image: url(../../assets/img/red-quotes.svg);
		position: absolute;
		width: 45px;
		height: 58px;
		top: -20px;
		right: -35px;
		background-size: contain;
		background-repeat: no-repeat;
	}*/
	.testimonial-img_name .img {
		margin-right: 0px;
	}

}
@media (min-width:1200px) {
	.testimonial-img_name{
		width: 45%;
	}
	.testimonial-main-container:not(.solo) .testimonial-txt{
		width: 55%;
	}
	.testimonial-img_name .img {
		margin-right: 30px;
	}
	.testimonial-main-container:not(.solo) .testimonial-img_name .img::before {
		width: 51px;
		height: 65px;
		right: -35px;
	}
}