
.rhi-quote-form {
	max-width: 600px;
	margin-bottom: 4em;
}
.rhi-quote-form label {
	display: block;
}
.rhi-quote-form input {
	margin-right: 10px;
}
.rhi-form-errors {
	color: #b12216;
}
.rhi-form-errors ul {
	list-style: none;
	border: 1px solid #b12216;
	padding: 10px;
	line-height: 1em;
}

.rhi-form-row {
	display: flex;
	flex-direction: row;
	gap: 20px;
	margin-bottom: 1em;
}
.rhi-form-col-1 {
	flex: 0 0 30%;
}
.rhi-form-col-2 {
	flex: 0 0 70%; 
}

@media (max-width: 768px) {
	.rhi-form-row {
		flex-direction: column;
	}
	.rhi-form-col-1,
    .rhi-form-col-2	{
		flex: 0 0 100%;
		max-width: 100%;
		
	}
}
