.homepage_cards_content p, .homepage_cards_content h2{
    margin: 1rem 0;
}
.hero_img_background{
    object-fit: cover;
    width:100%;
    height:100%;
    top: 0;
    left:0;
    right:0;
    bottom:0;
    position:absolute;
    z-index: -1;
}
@media(orientation: portrait){
    .simple_form_homepage .front-zig{
        padding: 1rem;
        text-align:center;
    }
	.mobile-banner p{
		font-size:20px
	}
}