.pbmit-testimonial-style-1 .pbminfotech-post-item {
	padding: 35px 50px;
	background-color: var(--pbmit-bexco-light-bg-color);
}
.pbmit-testimonial-style-1 .pbminfotech-box-desc blockquote {
	font-size: 20px;
	line-height: 34px;
	padding: 0;
	margin: 0;
	border: 0;
	color: var(--pbmit-bexco-secondary-color);
}
.pbmit-testimonial-style-1 .pbminfotech-box-title {
	font-size: 22px;
	line-height: 30px;
	margin-bottom: 0;
}
.pbmit-testimonial-style-1 .pbminfotech-testimonial-detail {
	position: relative;
	font-size: 15px;
	text-transform: uppercase;
	color: rgba(var(--pbmit-bexco-blackish-color-rgb), .6);
	letter-spacing: 1px;
}
.pbmit-testimonial-style-1 .pbminfotech-box-content {
	position: relative;
	padding-top: 60px;
}
.pbmit-testimonial-style-1 .pbminfotech-box-content::before {
	position: absolute;
	font-family: "pbminfotech-base-icons";
	content: "\e875";
	font-size: 115px;
	line-height: 115px;
	left: -30px;
	top: -25px;
	color: var(--pbmit-bexco-global-color);
	transform: skew(30deg, 0deg);
}
.pbmit-testimonial-style-1 .pbminfotech-author-wrapper {
	margin-top: 35px;
	align-items: center;
}
.pbmit-testimonial-style-1 .pbminfotech-author-wrapper .pbmit-featured-wrapper {
	width: 80px;
	height: 80px;
}
.pbmit-testimonial-style-1 .pbminfotech-author-wrapper .pbmit-featured-wrapper img {
	border-radius: 100%;
}
.pbmit-testimonial-style-1 .pbminfotech-author-wrapper .pbminfotech-box-img {
	margin-right: 15px;
}
@media(max-width: 575px){
	.pbmit-testimonial-style-1 .pbminfotech-post-item{
		padding: 25px 30px;
	}
}