#custom-footer-content{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
}
#custom-footer-content .apps {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
    margin: 20px 0;
}

#custom-footer-content .apps img {
    width: 100%;
    display: block;
}

#custom-footer-content .apps a {
    display: block;
    width: 190px;
    padding: 0 10px;
    transition: .2s all ease-in-out;
}
#custom-footer-content .apps a:hover {
    transform: scale(1.1);
}
@media (max-width:996px) {
    #custom-footer-content .apps a {
        width: 50%;
    }
div#custom-footer-content img{
  width:100%;
}
}

