.homepage-content-blocks {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between
}

.card {
	background-color: #fff;
	background-size: cover;
	background-position: 50%;
	color: #797d80;
	position: relative;
	box-sizing: border-box;
	margin-bottom: 10px;
	transition: box-shadow .12s ease-in;
	box-shadow: 0 2px 5px rgba(38, 38, 38, .25)
}

.wide-banner {
	width: 100%;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: bottom right;
	min-height: 400px
}

.wide-banner-inner {
	max-width: 500px;
	position: absolute;
	padding: 0 10%;
	top: 50%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}

.wide-banner-inner img {
	max-width: 200px
}

@media screen and (max-width:767px) {
	.wide-banner {
		height: 650px
	}

	.wide-banner-inner {
		height: 400px;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		top: 0;
		-ms-transform: none;
		transform: none
	}
}

.scrolling-testimonials {
	width: 41.4%;
	min-height: 400px;
	margin-bottom: 10px;
	/* background-color: #303233; */
	padding:0;
	box-sizing: border-box;
	transition: box-shadow .12s ease-in;
	box-shadow: 0 2px 5px rgba(38, 38, 38, .25)
}

.scrolling-testimonials h3 {
	color: #fff;
	margin: 0 0 20px 0;
	font-size: 1.2rem
}

.scrolling-testimonials h4 {
	color: #fff;
	margin: 20px 0 0 0
}

.scrolling-testimonials h5 {
	color: #797d80;
	margin: 0;
	font-weight: 300
}

.scrolling-testimonials img {
	/* border-radius: 10000px;
	max-height: 80px;
	max-width: 80px; */
	width: 100%;
	/* height: 100% */
}

.scrolling-testimonials .carousel-cell {
	padding: 0px;
	position: absolute;
	top: 50%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	box-sizing: border-box;
	width: 100%
}

.flickity-page-dots .dot {
	width: 7px !important;
	height: 7px !important;
	margin: 0 10px !important;
	background: #fff !important
}

.flickity-page-dots .dot.is-selected {
	height: 13px !important;
	width: 13px !important;
	position: relative !important;
	top: 3px !important
}

.right-block {
	width: 57.6%;
	min-height: 425px
}

.right-block img {
	max-width: 200px
}

.right-block h3 {
	color: #fff
}

.right-block-inner {
	position: absolute;
	padding: 0 10%;
	top: 50%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}

@media(max-width:767px) {
	.scrolling-testimonials {
		width: 100%
	}

	.right-block {
		width: 100%
	}
}
