/* Block editorial */
#Customer_feedback{
	background: #1f1f1f;
	padding: 70px 0 20px;
}
@media (max-width: 480px){
	#Customer_feedback{
		padding: 20px 0 20px;
	}
}
#Customer_feedback.title-hr{
	overflow: hidden;
	margin-top:0px;
	height: 1000px;
}
#Customer_feedback.title-hr h3{
	top: 30px;
	left:35%;
	background-color: #f0f0f0;
}
@media (max-width: 480px){
	#Customer_feedback.title-hr h3{
		top:0;
		left:0;
	}
}
@media (min-width: 768px) {
 	#Customer_feedback.title-hr h3{
 		left: 15%;
 	}
 }
 @media (min-width: 1024px) {
	#Customer_feedback.title-hr h3{
		left:34%;
		margin-top: -1%;
	}
 }
  @media (min-width: 1280px) {
	#Customer_feedback.title-hr h3{
		left:34%;
		margin-top: -1%;
	}
 }
  @media (min-width: 1440px) {
	#Customer_feedback.title-hr h3{
		left:34%;
		margin-top: -1%;
	}
 }
#Customer_feedback dl{
	padding-top:30px;
}
#Customer_feedback dt{
	font-weight: normal;
	width:45%;
}
#Customer_feedback dd{
	width:55%;
}
#Customer_feedback dt h4{
	line-height: 1.4;
}
@media (max-width: 480px){
	#Customer_feedback dl{
		padding:15px;
	}
	#Customer_feedback dl.row{
		margin:0;
	}
	#Customer_feedback dt{
		text-align: left;
	}
}


.insdiv img {
	max-width: 100%;
    transition: .2s;
}

