.footer_image{
    left: 0;
	width: 100%;
	object-fit: cover;
	height: 500px;
	position: absolute;
	-webkit-mask-image: -webkit-gradient(linear, center top, center bottom,
		color-stop(0.00, rgba(0, 0, 0, 0)),
		color-stop(1.0, rgba(0, 0, 0, 0.785)));
	}

    #left {
        float: left;
        width: 40%;
        margin: 10px;
        min-width: 225px;

    
    }
    #footer_list {
        list-style-type: none;
        margin: 1em;
        color: black;
    }
    
    .footer_link {
        color: #000000ce;
        text-decoration: none;
    }
    .footer_link:hover {
        color: #ffffff;
        text-shadow: 0 1px 0 rgba(0, 0, 0, 0.598);
    }

.text_footer {
    position: absolute;
    width: 100%;
    padding-left: 10%;
    padding-top: 7%;
    height: 500px;
    color: black;
}

.footer_h2 {
    color: rgb(0, 0, 0);
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.598);
    font-size: auto;
    margin-bottom: 50px;
}