.hero-mask-bg {
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    min-height: 350px;
    height: auto;
}

.hero-mask-bg .big-size {
	font-weight:900;
	text-shadow: 0px 4px 4px rgba(0,0,0,0.2);
}

@media only screen and (max-width: 991px) {
	.footer-top-menu ul {
		display: block; }
	
	.footer-top-menu {
    display: block;
}
	
	footer .grid-3 {
    display: block;
		text-align: center !important; }
	
	.ec-v-form-holder.ec-v-form-holder-basic * {
		text-align:center!important;
	}
	
	#ec_form_1-43c2cd496486bcc27217c3e790fb4088 .ec-v-form-holder > form {
    margin: auto; 
		padding-bottom:0!important;
	}
	
	footer .flex-start {
    justify-content: center;
	}
}