.main-image {
/* 	margin-top: 78px; */
	display: grid;
	/* 	grid-template-rows: auto 74.5px 74.5px; */
	grid-template-rows: auto 74.5px;
}

.container-1074 {
	width: 100%;
}

.container-1074 .image-wrapper {
	width: 100%;
/* 	height: 551px; */
	height: 350px;
	grid-column: 1/-1;
	grid-row: 1/3;
}

.container-1074 .testimonial-image {
	width: 151px;
	height: 149px;
	grid-column: 1/-1;
	grid-row: 2/4;
	justify-self: center;
}

.container-1074 .testimonial-image img {
	width: 100%;
	height: auto;
	border-radius: 50%;
	border: 4px solid #fff;
}

.container-970 {
	width: 970px;
	margin: 35px auto 0;
}

.main-content h2.testimonial-name {
	font-size: 2.00em;
	font-weight: bold;
	text-align: center;
	line-height: 1.5;
	margin: 0;
}

.main-content h2.subtitle {
	font-size: 2em;
	text-align: center;
	margin: 0;
}

@media (max-width: 1250px) {
	.main-image {
		margin-top: unset;
	}
	
	.container-1074 .image-wrapper {
/* 		height: 320px; */
	}
}

@media (max-width: 980px) {
	.container-970 {
		width: 100%;
		padding: 0 15px;
	}
	
		.container-1074 .image-wrapper {
			height: 390px; 
	}
}