h2 {
	background: #f78f5c;
	color: #fff;
	width: 330px;
	padding: 5px 10px;
	text-align: center;
}
.name {
	font-weight: bold;
}

.item {
	text-align:center;	
}
a.big-cta-button {
	position: relative;
	background: #f78f5c;
	padding: 20px;
	border: none;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	display: block;
	width: 320px;
	font-size: 18px;
}
a.big-cta-button:hover {
	background: #F16702;
	text-decoration: none;
}
a.big-cta-button {
	color: #fff;
}
.left-arrow, .right-arrow {
	height: 30px;
	width: 30px;
	display: inline-block;
}
.left-arrow {
	background: url('https://www.uat-stroma.com/certification/images/arrow-left.jpg');
	margin-left: 47%;
}
.right-arrow {
	background: url('https://www.uat-stroma.com/certification/images/arrow-right.jpg');
}
.left-arrow:hover {
	background: url('https://www.uat-stroma.com/certification/images/arrow-left-hover.png');
}
.right-arrow:hover {
	background: url('https://www.uat-stroma.com/certification/images/arrow-right-hover.png');
}
.hr-testimonials {
	background: #f78f5c;
	border: none;
	height: 1px;
}