.rg-container {
	width: 100%;
	display: flex;
	flex-direction: column;
}

.rg-heading {
	font-size: 42px;
	font-weight: 700;
	margin-top: 0;
}

.rg-subheading {
	font-size: 18px;
	font-weight: 400;
	line-height: 1.6;
}

.rg-button {
	display: inline-block;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 16px;
	transition: all 0.3s ease;
	line-height: 1;
}

.rg-button:hover {
	text-decoration: none;
}

@media (max-width: 767px) {
	.rg-heading {
		font-size: 32px;
	}
	.rg-subheading {
		font-size: 16px;
	}
}
