@media (min-width: 767px) {
    #footer-custom {
        background-image: -webkit-linear-gradient(-90deg, #1488e6 0%, #191919 100%);
        padding: 100px 0;
    }
}

@media (max-width: 767px) {
    #footer-custom {
        background-image: -webkit-linear-gradient(-90deg, #1488e6 0%, #191919 100%);
        padding: 50px 0;
    }
}

#footer-custom p, #footer-custom i {
    color: #fff;
    font-size: 18px;
}

#footer-custom img {
    max-width: 200px;
}

