.grayscale {
    filter: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="g"><feColorMatrix type="matrix" values="0.3 0.3 0.3 0 0 0.3 0.3 0.3 0 0 0.3 0.3 0.3 0 0 0 0 0 1 0"/></filter></svg>#g');
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: progid:DXImageTransform.Microsoft.BasicImage(grayScale=1);
}

.footer {
    margin-top: 25px;
    padding-top: 0px !important;
    border: none;
    border-top: 1px solid #ccc;
}

.foot1 {
    padding-top: 20px;
    background-color: #eee;
    min-height: 320px;
}

.foot2 {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    color: #fff;
    padding-top: 15px;
    min-height: 95px;
}