.st-content {
	background-color: #fffae7;
	padding-bottom: 60px;
}
.st-content h2 {
	padding-bottom: 40px;
}
.st-content .testimonial-profile {
	background-color: #f1f1f1;
	display: block;
	width: 68px;
	margin: 0 auto;
	border-radius: 50%;
}
.st-content .testimonial-profile:before {
	content: "";
	display: block;
	padding-bottom: 100%;
}
.st-content .testomonial-description {
	padding: 40px;
	white-space: normal;
	font-size: 1.05rem;
	line-height: 1.22222;
}
.st-content .nav {
	width: 40px;
	cursor: pointer;
}
.st-content .testimonials {
	display: flex;
}
.st-content .testimonials .slide:focus {
	outline: none;
}
.st-content .testimonials .slick-list {
	width: calc(100% - 80px);
}
.testimonial-name {
	color: #707070;
	font-size: 1.05rem;
	line-height: 1.22222;
}
.st-content .slick-arrow {
	z-index: 12345;
}
.st-content .slick-arrow:before {
	content: "";
	width: 100%;
	height: 100%;
	display: block;

	background-image: url("../img/angle_right.png") !important;
	background-repeat: no-repeat !important;
	background-position: center center !important;
	background-size: auto 30px !important;
}
.st-content .slick-arrow.left:before {
	transform: rotate(180deg);
}

@media (max-width: 767px) {
	.st-content {
		padding: 102px 0;
	}

	.st-content .testimonial-profile {
		width: 100px;
	}

	.st-content .testomonial-description {
		padding: 40px 60px;
	}

	.st-content .slick-arrow {
		height: 100%;
		position: absolute;
		top: 0;
		z-index: 12345;
	}

	.st-content .slick-arrow.left {
		left: 0;
	}
	.st-content .slick-arrow.right {
		right: 0;
	}

	.st-content .testimonials .slick-list {
		width: 100%;
	}
}
