.testi-p .head {
    color: #000;
    font-weight: normal;
    border-bottom: 3px solid #7b7b7b;
    padding: 0 0 10px 0;
}
.testi-main {
    border-bottom: 1px solid #736357;
}
.testi-slider {
    background-color: rgba(115, 99, 87, .2);
    margin: 0 6%;
    width: 88%;
    padding: 30px;
    line-height: 24px;
}
.testi-slider.content-slider .slider-previous-button, .testi-slider.content-slider .slider-next-button {
    width: 52px;
    height: 111px;
    background-color: #317fe3;
}
.testi-slider.content-slider .slider-previous-button:hover, .testi-slider.content-slider .slider-next-button:hover{
    background-color: #717578;
}
.testi-slider.content-slider .slider-previous-button {
    right: 102%;
}
.testi-slider.content-slider .slider-next-button {
    left: 102%;
}
.testi-slider .img, .testi-slider .text {
    float: left;
    width: 17%;
}
.testi-slider .img {
    padding: 50px 0;
}
.testi-slider .img img {
    width: 100%;
}
.testi-slider .text {
    position: relative;
    width: 83%;
    padding: 0 60px;
}
.testi-slider .text:before, .testi-slider .text:after {
    content: '';
    position: absolute;
    width: 37px;
    height: 40px;
    background-image: url(../images/testi1.png);
    background-repeat: no-repeat;
}
.testi-slider .text:before {
    top: 0;
    left: 5px;
}
.testi-slider .text:after {
    background-image: url(../images/testi2.png);
    bottom: 0;
    right: 0;
}



@media screen and (max-width: 1362px) {
}
@media screen and (max-width: 992px) {
}
@media screen and (max-width: 767px) {
	.testi-slider, .testi-slider .text {
	    width: 100%;
	    margin: 0;
	}
	.testi-slider .img, .testi-slider.content-slider .slider-previous-button, .testi-slider.content-slider .slider-next-button {
	    display: none;
	}
	.testi-p .head {
	    font-size: 26px;
	}
}
@media screen and (max-width: 479px) {
	.testi-slider .text::before, .testi-slider .text::after {
		display: none;
	}
	.testi-slider .text {
		padding: 0;
	}
}