#icon-boxes a:hover{text-decoration:none;border-bottom:none}
#icon-boxes span.orgtitle {
text-align:center;
font-weight:700;
font-size: 15px;
margin-top:6px;
    display:block;
}
#icon-boxes {
    display: flex;
    justify-content: center;
    width: 100%;
    flex-flow: row wrap;
    margin: auto
}
#icon-boxes .icon-box{margin:0 20px 20px}

@media screen and (max-width: 1199px) {
    #icon-boxes {
        width:99%
    }
}

@media screen and (min-width: 601px) and (max-width:859px) {
    #icon-boxes {
        width:75%
    }

    .icon-box {
        max-width: 50%
    }
}

@media screen and (max-width: 600px) {
    #icon-boxes {
        width:100%
    }

    .icon-box {
        width: 50%
    }
}

