.icon-grid-section .card img {
    height: 75px !important;
    width: 75px !important
}

.icon-grid-section .card p {
    margin-bottom: 0 !important
}

@media (max-width:720px) {
    .icon-grid-section .card {
        margin: 0
    }
    .icon-grid-section .card img {
        height: 65px !important;
        width: 65px !important
    }
    .icon-grid-section .card h4 {
        margin-top: 10px
    }
}