#logo img {
    max-height: 100px;
    width: 100px;
    max-width: 160px;
}

#freeShipping {
    background: #4A5D2B;
    border-color: #4A5D2B;
}

#freeShipping::before {
    background: #4A5D2B;
}

@media screen and (min-width: 979px) {
    #logo img {
        max-height: 160px;
        width: 160px;
    }
}