.content-with-image-and-testimonial {
	padding: 30px 0;
	color: #4c5160;
	font-size: 16px;
}

.content-with-image-and-testimonial .main-title {
	color: #0d5671;
	font-size: 26px;
	margin-bottom: 20px;
	text-align: center;
}

.content-with-image-and-testimonial .main-title strong {
	display: block;
}

.content-with-image-and-testimonial .main-image {
	padding-top: 50px;
}

.content-with-image-and-testimonial .main-image img {
	display: block;
	width: 100%;
}

.content-with-image-and-testimonial .testimonials {
	display: flex;
	width: 100%;
	padding: 0;
	margin-top: -25px;
	flex-direction: column;
	align-items: center;
	text-align: center;
}

.content-with-image-and-testimonial .testimonials .sub-image {
	width: 140px;
	height: 140px;
	border-radius: 70px;
	border: 5px solid white;
	display: block;
	align-items: center;
	justify-content: center;
	background-size: cover;
	background-position: center center;
	flex: 0 0 auto;
}

.content-with-image-and-testimonial .testimonials .sub-image img {
	display: none;
}

.content-with-image-and-testimonial .testimonials .texts {
	flex: 1 1 auto;
	padding-top: 20px;
}

.content-with-image-and-testimonial .testimonials .testimonial-text {
	font-size: 20px;
	margin-bottom: 20px;
}


@media (min-width: 768px) {
	
}

@media (min-width: 1024px) {
	.content-with-image-and-testimonial {
		padding: 80px 0 40px;
	}
	.content-with-image-and-testimonial .main-title {
		text-align: left;
		font-size: 31px;
	}
	.content-with-image-and-testimonial .main-text {
		padding-right: 70px;
	}
	.content-with-image-and-testimonial .main-image {
		padding-top: 0;
	}
	.content-with-image-and-testimonial .testimonials {
		margin-top: -10px;
		flex-direction: row;
		align-items: flex-start;
		text-align: left;
	}
	.content-with-image-and-testimonial .testimonials .texts {
		padding-top: 50px;
	}
}