.icon {
    margin-bottom: 100px;
    background: #F9F9F9;
}

.icon-item {
    padding: 50px 0;
}

.icon-item-img {
    margin-bottom: 20px;
    height: 30px;
    text-align: center;
}

.icon-item-img img {
    height: 100%;
}

.icon-item-number {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 30px;
    line-height: 37px;
    /* identical to box height */
    text-align: center;
    text-transform: uppercase;
    color: #005587;
    margin-bottom: 5px;
    cursor: pointer;
}

.icon-item-content {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    text-transform: uppercase;
    color: #005587;
    cursor: pointer;
}

.icon-item:hover .icon-item-number {
    color: #F37026;
}

.icon-item:hover .icon-item-content {
    color: #F37026;
}



@media only screen and (max-width: 768px) {
    .icon {
        margin-bottom: 50px;
    }

    .icon-item {
        padding: 25px 0;
    }

    .icon-item-content {
        height: 40px;
        overflow: hidden;
        font-size: 14px;
    }
}
