.container-testimoni {
	display: flex;
	justify-content: center;
	align-items: center;
	padding-bottom: 30px;
}

.testimonial {
	display: flex;
	align-items: center;
	width: 950px;
}

.testimonial img {
	width: 180px;
	border-radius: 50%;
	padding-right: 30px;
}

.testimonial-kanan {
	display: flex;
	align-items: center;
	width: 950px;
}

.testimonial-kanan img {
	width: 180px;
	border-radius: 50%;
	padding-left: 30px;
}

.testimonial-text {
	flex-grow: 1;
}

.testimonial-text-kanan {
	flex-grow: 1;
	text-align: right;
	font-style: italic;
}

.testimonial-text h2, h6 {
	font-family: 'Montserrat', sans-serif;
	margin-top: 0;
	color: #CC0000; /*EE3A43*/
}

.testimonial-text-name {
	font-family: 'Montserrat', sans-serif;
	margin-top: 0;
	color: #CC0000; /*EE3A43*/
	font-weight: bold;
	font-size: 17px;
}

.testimonial-text-title {
	font-family: 'Montserrat', sans-serif;
	margin-top: 0;
	color: #CC0000; /*EE3A43*/
	font-size: 17px;
}

.testimonial-text p {
	margin-bottom: 0;
	text-align: justify;
	font-style: italic;
}

/* Mobile Devices */
@media screen and (max-width: 767px) {
	.container-testimoni {
		padding-left: 30px;
	}
	.testimonial {
		flex-direction: column;
		text-align: center;
		width: 100%;
		padding-top: 70px;
		padding-right: 30px;
    }
	.testimonial img {
		margin-bottom: 30px;
		padding-right: 0px;
	}
	.testimonial-kanan {
		flex-direction: column;
		text-align: center;
		width: 100%;
		padding-top: 70px;
		padding-right: 30px;
	}
	.testimonial-kanan img {
		order: 1;
		margin-bottom: 30px;
		padding-left: 0px;
	}
	.testimonial-text-kanan {
		order: 2;
		text-align: center;
	}
	.testimonial-text-kanan p{
		text-align: justify;
	}
}