.about-banner{
    background-image: url(./img/testi-banner.jpg);
}
blockquote{
    border:none;
}
.no-test .test-given{
    max-width: 100%;
}
.test-given{
    max-width: 870px;
	position: relative;
	padding: 0px 30px;
}
.testi-single{
    display: flex;
    margin-bottom: 50px;
}
.test-even{
	background-color: #D4E4EC;
    padding: 30px;
    border-radius: 5px;
}
.test-odd{
	background-color: #f6f6f6;
    padding: 30px;
    border-radius: 5px;
}

.test-user{
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    position: relative;
    border: 5px solid #00E4C1;
    padding: 20px;
    border-radius: 10px;
}

.test-even .test-user:after,.test-even .test-user:before {
	right: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.test-even .test-user:after {
	border-color: rgba(0, 0, 0, 0);
	border-width: 10px;
	margin-top: -10px;
}
.test-even .test-user:before {
	border-color: rgba(0, 0, 0, 0);
	border-right-color: #00E4C1;
	border-width: 17px;
	margin-top: -17px;
}

.test-odd .test-user:after,.test-odd .test-user:before {
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.test-odd .test-user:after {
	border-color: rgba(0, 0, 0, 0);
	border-width: 10px;
	margin-top: -10px;
}
.test-odd .test-user:before {
	border-color: rgba(0, 0, 0, 0);
	border-left-color: #00E4C1;
	border-width: 17px;
	margin-top: -17px;
}
.test-con{
    padding: 40px 0px;
}
blockquote {
	position: relative;
}
blockquote i{
	position: absolute;
    color: #00E4C1;
    font-size: 35px !important;
}
blockquote .fa-quote-left{
	left: -20px;
    top: 0;
}
blockquote .fa-quote-right{
	right: 12px;
    bottom: -15px;
}