.roundhouse-caf-roundhouse-text-image {
	margin-bottom: var(--roundhouse-caf-roundhouse-text-image-margin-bottom, 0) !important;
	margin-top: var(--roundhouse-caf-roundhouse-text-image-margin-top, 0) !important;
	max-width: 100% !important;
	padding: clamp(2rem, 4vw, 4rem) 0;
	width: 100%;
}

.roundhouse-caf-roundhouse-text-image.is-background-white {
	background: #ffffff;
}

.roundhouse-caf-roundhouse-text-image.is-background-grey {
	background: #eeeeee;
}

.roundhouse-caf-roundhouse-text-image.is-background-pink {
	background: #ecdfdd;
}

.roundhouse-caf-roundhouse-text-image.is-background-black {
	background: #111111;
	color: #ffffff;
}

.caf-container {
	box-sizing: border-box;
	margin-left: auto;
	margin-right: auto;
	max-width: 1265px;
	width: 100%;
}

@media (max-width: 1305px) {
	.caf-container {
		padding-left: 30px;
		padding-right: 30px;
	}
}

.roundhouse-caf-roundhouse-text-image__inner {
	position: relative;
}

.roundhouse-caf-roundhouse-text-image__grid {
	align-items: center;
	display: flex;
	justify-content: flex-start;
	gap: 5%;
}

.roundhouse-caf-roundhouse-text-image.is-image-left .roundhouse-caf-roundhouse-text-image__grid {
	flex-direction: row;
}

.roundhouse-caf-roundhouse-text-image.is-image-right .roundhouse-caf-roundhouse-text-image__grid {
	flex-direction: row-reverse;
}

.roundhouse-caf-roundhouse-text-image__media {
	aspect-ratio: 1 / 1.5;
	background: rgba(0, 0, 0, 0.05);
	flex: 0 0 30%;
	overflow: hidden;
}

.roundhouse-caf-roundhouse-text-image__content {
	display: flex;
	flex: 0 0 65%;
	flex-direction: column;
	gap: 1.25rem;
}

.roundhouse-caf-roundhouse-text-image__image {
	display: block;
	height: 100%!important;
	object-fit: cover;
	width: 100%;
}

.roundhouse-caf-roundhouse-text-image__body > :first-child {
	margin-top: 0;
}

.roundhouse-caf-roundhouse-text-image__body > :last-child {
	margin-bottom: 0;
}

.roundhouse-caf-roundhouse-text-image__body p,
.roundhouse-caf-roundhouse-text-image__body li {
	color: inherit;
}

@media (min-width: 901px) {
	.roundhouse-caf-roundhouse-text-image__body p {
		font-size: clamp(1rem, 1.25vw, 1.25rem);
		line-height: 1.45;
		margin: 0 0 0.8rem;
	}

	.roundhouse-caf-roundhouse-text-image__body h6 {
		font-size: 22px;
		font-weight: 700;
		letter-spacing: 1px;
	}
}

.roundhouse-caf-roundhouse-text-image__cta {
	display: flex;
	margin-top: 60px;
}

.roundhouse-caf-roundhouse-text-image__button {
	background: #111111;
	color: #ffffff;
	display: inline-flex;
	padding: 0.9rem calc(1.35rem + 25px);
	text-decoration: none;
	transition: background-color 180ms ease, color 180ms ease;
}

.roundhouse-caf-roundhouse-text-image__button:hover,
.roundhouse-caf-roundhouse-text-image__button:focus-visible {
	background-color: #eae7e1;
	color: #000000;
}

.roundhouse-caf-roundhouse-text-image.is-background-black .roundhouse-caf-roundhouse-text-image__button {
	background: #ffffff;
	color: #111111;
}

@media (max-width: 900px) {
	.roundhouse-caf-roundhouse-text-image__grid {
		display: flex;
		flex-direction: column;
		gap: 1.5rem;
	}

	.roundhouse-caf-roundhouse-text-image.is-image-left .roundhouse-caf-roundhouse-text-image__grid {
		flex-direction: column;
	}

	.roundhouse-caf-roundhouse-text-image.is-image-right .roundhouse-caf-roundhouse-text-image__grid {
		flex-direction: column;
	}

	.roundhouse-caf-roundhouse-text-image__content {
		order: 2;
		flex: 1 1 auto;
	}

	.roundhouse-caf-roundhouse-text-image__media {
		order: 1;
		flex: 1 1 auto;
	}
}
