.rh-hero {
	position: relative;
	max-height: 620px;
	height: 620px;
	padding-top: 14px;
	background: transparent;
	overflow: hidden;
}

.rh-hero__container {
	max-height: 620px;
	display: flex;
	align-items: flex-start;
}

.rh-hero__content {
	width: 100%;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	font-family: var(--rh-font-family);
}

.rh-hero__text-col {
	max-width: 560px;
	flex: 0 1 620px;
	padding-top: 70px;
}

.rh-hero__title {
	margin: 0 ;
	margin-bottom: 30px;
	font-size: 60px;
	font-weight: 700;
	color: var(--rh-white);
}

.rh-hero__text {
	margin: 0 0 28px;
	color: rgba(255, 255, 255, 0.92);
}

.rh-hero__media {
	flex: 0 0 54%;
	min-width: 520px;
	height: 620px;
	overflow: hidden;
}

.rh-hero__accent {
	display: none;
}

.rh-hero__image {
	width: 760px;
	height: auto;
	max-width: none;
	display: block;
}

@media (max-width: 1200px) {
	.rh-hero__text-col {
		max-width: 540px;
	}

	.rh-hero__title {
		font-size: 52px;
	}

	.rh-hero__text {
		font-size: 28px;
	}

	.rh-hero__media {
		min-width: 420px;
		height: 460px;
	}

}

@media (max-width: 767px) {
	.rh-hero {
		height: auto;
		max-height: none;
	}

	.rh-hero__container {
		max-height: none;
	}

	.rh-hero__content {
		flex-direction: column;
		align-items: center;
		padding-bottom: 28px;
	}

	.rh-hero__media {
		order: 1;
	}

	.rh-hero__text-col {
		order: 2;
		display: flex;
		flex-direction: column;
	}

	.rh-hero__text-col {
		max-width: 100%;
		flex-basis: auto;
		padding-top: 0;
	}

	.rh-hero__title {
		font-size: 38px;
		margin-bottom: 16px;
	}

	.rh-hero__text {
		font-size: 22px;
		margin-bottom: 20px;
	}

	.rh-hero__text-col .rh_button {
		align-self: center;
	}

	.rh-hero__media {
		min-width: 0;
		width: 100%;
		max-width: 100%;
		height: auto;
		margin-inline: auto;
		overflow: visible;
	}

	.rh-hero__image {
		width: 100%;
		max-width: 100%;
	}

}
