.md-footer {
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #007f33;
} 

.md-footer-meta {
    background-color: #007f33;
    display: flex;
}

.md-footer-meta__inner.md-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
}

.footer-item {
    margin: 0 1em;
    font-size: 0.7rem;
}

.md-footer-logo {
    margin-left: auto;
    margin-right: 50px;
    align-self: flex-end;
    z-index: 99;
}

.md-footer-logo img{
    height: 5vh;
    width: auto;
    object-fit: cover;
}
