.roundhouse-client-quote {
	max-width: 100%;
	width: 100%;
	margin: 0;
	overflow: hidden;
	background: #fafaf8;
}

.roundhouse-client-quote__inner {
	display: flex;
	flex-direction: column;
	width: 100%;
	background: #fafaf8;
}

.roundhouse-client-quote__media,
.roundhouse-client-quote__content {
	width: 100%;
}

.roundhouse-client-quote__media {
	overflow: hidden;
}

.roundhouse-client-quote__media {
	aspect-ratio: 960 / 754;
}

.roundhouse-client-quote__image {
	display: block;
	width: 100%!important;
	height: 100%!important;
	max-width: 100%!important;
	object-fit: cover;
}

.roundhouse-client-quote__content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 30px;
	text-align: left;
}

.roundhouse-client-quote__text > :first-child {
	margin-top: 0;
}

.roundhouse-client-quote__text > :last-child {
	margin-bottom: 0;
}

.roundhouse-client-quote__cta {
	margin-top: 44px;
}

.roundhouse-client-quote__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 12px 44px;
	background: #2e2d2c;
	color: #eae7e1;
	text-decoration: none;
	transition: 300ms ease color, 300ms ease background;
}

.roundhouse-client-quote__button:hover {
	color: #2e2d2c;
	background: #eae7e1;
}

.roundhouse-client-quote__text p {
	font-size: 34px;
	line-height: 47px;
	margin-bottom: 40px;
}

.roundhouse-client-quote__text h6 {
	font-size: 21px;
	font-weight: 700;
	text-transform: uppercase;
}

@media (min-width: 48rem) {
	.roundhouse-client-quote__inner {
		flex-direction: row;
	}

	.roundhouse-client-quote__media,
	.roundhouse-client-quote__content {
		flex: 1 1 50%;
		width: 50%;
	}
}

@media (max-width: 47.999rem) {
	.roundhouse-client-quote__content {
		padding: 24px 20px;
	}

	.roundhouse-client-quote__text p {
		font-size: 28px;
		line-height: 42px;
	}
}

@media (min-width: 64rem) {
	.roundhouse-client-quote__media {
		flex-basis: 50%;
	}

	.roundhouse-client-quote__content {
		flex-basis: 50%;
		padding: 60px 120px;
	}
}