/* Testimonial Section - Start
================================================== */
.testimonial {
	&-item {
		display: flex;
		.thumb {
			position: relative;
			width: 60px;
			height: 60px;
			flex-shrink: 0;
		}
	}
}

// test-content-box
.quote-content-box {
	background-color: $white-color;	
	padding: 0 30px;
	.quote-desc {
		font-size: 16px;
		line-height: 26px;
		margin: 0 0 20px;
	}

	.author-info {
		.name {
			color: var(--dark);
			font-weight: 700;
			margin-bottom: 0;
		}
		.designation {
			font-size: 12px;
			font-weight: 400;
			color: var(--dark2);
		}
	}
}

@media (min-width: 991px) {}

/* Testimonial Section - End
================================================== */