.fme-herosection {
	width: 100%;
	height: 550px;
    background-repeat: no-repeat;
    background-size: cover;
	display: flex;
}

.fme-herosection_overlay {
    background-color: rgba(255,255,255,0.6);
	width: 1200px;    
    padding: 50px;
	margin: auto;
	backdrop-filter: blur(4px);
	box-shadow: 0px 12px 18px -6px rgb(0 0 0 / 30%);
}

.fme-herosection h1 {
	color: #e60000;
	font-weight: 300 !important;
	font-size: 40px !important;
}

.fme-herosection h2.herosection_h2 {
	color: #272727;
	font-weight: 300 !important;
	font-size: 26px !important;
}

h2.herosection_h2 {
    margin-bottom: 15px;
    margin-top: 10px;
    padding: 20px 0px 10px 0px;
    line-height: 1.4em;
}

.fme-herosection p {
	font-size: 18px;
	margin: 10px 0px;
	color: #272727;
  	line-height: 1.4em;
}

a.dp_field_first_button.et_pb_button, a.dp_field_second_button.et_pb_button {
	color: #e60000;
	border: 1px solid #e60000;
	border-radius: 3px;
	font-weight: 300;
	display: inline-block;
	margin-top: 20px;
	margin-right: 20px;
	text-transform: uppercase;
}

a.dp_field_first_button.et_pb_button:hover, a.dp_field_second_button.et_pb_button:hover {
	color: #fff;
	background-color: #e60000;
	border: 1px solid #fff;
	cursor: pointer;
}

@media only screen and (max-width: 1199px)
{
.fme-herosection_overlay {
	width: auto;    
}
	}