.testimonial-section .testimonial-wrapper {
	margin-top: 60px
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.testimonial-section .testimonial-wrapper {
		margin-top: 0
	}
}

@media(max-width:767px) {
	.testimonial-section .testimonial-wrapper {
		margin-top: 0
	}
}

.testimonial-section .testimonial-wrapper .-mt-30 {
	margin-top: -30px
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.testimonial-section .testimonial-wrapper .-mt-30 {
		margin-top: 0
	}
}

@media(max-width:767px) {
	.testimonial-section .testimonial-wrapper .-mt-30 {
		margin-top: 0
	}
}

.testimonial-section .testimonial-wrapper .-mt-60 {
	margin-top: -60px
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.testimonial-section .testimonial-wrapper .-mt-60 {
		margin-top: 0
	}
}

@media(max-width:767px) {
	.testimonial-section .testimonial-wrapper .-mt-60 {
		margin-top: 0
	}
}

.testimonial-section .single-testimonial {
	padding: 40px 30px;
	border: 1px solid #e2e2e2;
	border-radius: 10px;
	margin-bottom: 30px;
	transition: all .3s ease-out 0s
}

.testimonial-section .single-testimonial:hover {
	box-shadow: 0 0 40px rgba(149, 149, 149, .25);
	border-color: transparent
}

.testimonial-section .single-testimonial .rating {
	margin-bottom: 30px;
	color: #e96a20
}

.testimonial-section .single-testimonial .rating i {
	margin-right: 10px;
	font-size: 14px
}

.testimonial-section .single-testimonial .content {
	margin-bottom: 30px
}

.testimonial-section .single-testimonial .info {
	display: flex;
	align-items: center
}

.testimonial-section .single-testimonial .info .image {
	max-width: 48px;
	width: 100%;
	height: 48px;
	border-radius: 50%;
	overflow: hidden;
	margin-right: 20px
}

.testimonial-section .single-testimonial .info .image img {
	width: 100%
}

.testimonial-section .single-testimonial .info .text h5 {
	font-weight: 500
}

.testimonial-section .single-testimonial .info .text p {
	font-size: 16px
}

