.footer_top {
    background-color: blue;
    margin-top: 200px;
    position: relative;
}

.footer {
    background-color: #1E4D2B;
    font-family: 'prox-regular', sans-serif;
    -webkit-font-smoothing: antialiased;
    letter-spacing: .03em;
    word-spacing: 0.02em;
    width: 100%;
    height: 155px;
    /*    position:absolute;*/
    /*top:0;*/
    bottom: 5px;
    /*   margin-bottom:-1000px;*/
    margin-top: 0px !important;
    z-index: 0;
}

    .footer .list {
        display: flex;
        width: auto;
        height: auto;
        font-size: 12px;
    }

.list div {
    color: white;
    padding: 10px;
    margin-top: 10px;
    max-width: 250px;
}

.footer p {
    color: white;
    font-size: 11px;
    margin-left: 10px
}

.footer .image {
    display: flex;
    justify-content: end;
}

.image img {
    width: 300px;
    margin: 20px;
}

@media only screen and (max-width:600px) {
    .footer .image {
        display: flex;
        justify-content: start;
    }
}
