.roundhouse-form {
	margin-bottom: 0 !important;
	margin-top: 0 !important;
	max-width: 100% !important;
	padding: 60px 0 0;
	width: 100%;
}

.roundhouse-form__inner {
	margin: 0 auto;
	max-width: 1265px;
	padding: 0 35px;
	width: 100%;
}

.roundhouse-form__grid {
	align-items: stretch;
	display: grid;
	gap: 0;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
}

.roundhouse-form__media {
	height: 100%;
	overflow: hidden;
}

.roundhouse-form__image {
	display: block;
	height: 100% !important;
	max-width: none !important;
	object-fit: cover;
	width: 100% !important;
}

.roundhouse-form__panel {
	background: var(--roundhouse-form-bg, #eae7e1);
	padding: 30px;
}

.roundhouse-form__title {
	color: #2e2d2c;
	font-size: 40px;
	font-weight: 700;
	line-height: 42px;
	margin: 0 0 40px;
}

.roundhouse-form__embed {
	color: #2e2d2c;
}

.roundhouse-form__embed > :first-child {
	margin-top: 0;
}

.roundhouse-form__embed > :last-child {
	margin-bottom: 0;
}

@media (max-width: 768px) {
	.roundhouse-form {
		padding: 45px 0 0;
	}

	.roundhouse-form__inner {
		padding-left: 0;
		padding-right: 0;
	}

	.roundhouse-form__grid {
		grid-template-columns: 1fr;
	}

	.roundhouse-form__media {
		display: none;
	}

	.roundhouse-form__panel {
		padding: 35px;
	}
}
