.margin-top {
    margin-top: 15px;
}

ul.unordered {
    list-style-type: none;
}

.icon-movtic {
    background: url(../images/icons/sprite-movtic.png) no-repeat
}

.highlight-icon {
    padding-left: 55px;
}

.highlight-list {
    margin-top: 0em;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.highlight-item {
    padding: 10px 2px;
    width: 280px;
}

.highlight-item img {
    -webkit-filter: blur(0.5px) grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: blur(0.5px) grayscale(100%);
}

