.download-link a img {
    height: 47px;
}
.recent-card{
    display: inline-block !important;
}
.catagory {
    justify-content: space-between;
    max-width: 100%;
}
.recent .catagory {
    width: 100%;
}
.footer-logo img {
    max-width: 160px !important;
}
.hover-shade {
    position: absolute;
    left: 0;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #00000075;
    z-index: 9999;
    transition: .3s ease-in-out all;
    opacity: 0;
    top: 0;
}
.card:hover .hover-shade {
    opacity: 1;
}

@media(max-width:1200px) {
.download-link a img { height: 36px;}
}