.service-photo {
	width: 100%;
	max-width: 500px;
	height: 50vh;
	max-height: 300px;
	overflow: hidden;
	background-size: cover;
	background-position: center;
}

.service-banner-img {
	height: auto;
	width: 100%;
	max-height: 60vh;
	display: flex;
	justify-content: center;
	overflow: hidden;
	align-items: flex-start;
}

.service-banner-img img {
	width: 100%;
	height: auto;
}