label.required:after {
    content: " *";
    bottom: -3px;
    color: var(--danger);
    filter: opacity(75%);
    position: relative;
    right: -2px;
}
div.g-recaptcha{
	margin-bottom:10px;
}

.contact{
	padding: 4%;
	height: 400px;
}
.col-md-3{
	background: #3d8e6b;
	padding: 2%;
	border-top-left-radius: 0.5rem;
	border-bottom-left-radius: 0.5rem;
}
.contact-info{
	margin-top:10%;
	color: white;
}

.contact-info h3{
	margin-top: 10%;
	margin-bottom: 10%;
}
.col-md-9{
	background: #fff;
	padding: 3%;
	border-top-right-radius: 0.5rem;
	border-bottom-right-radius: 0.5rem;
}
.contact-form label{
	font-weight:600;
}
.contact-form button{
	background: #3d8e6b;
	color: #fff;
	font-weight: 600;
	width: 25%;
}
.contact-form button:focus{
	box-shadow:none;
}