.icon-after::after, .more::after {
    position: relative;
    top: -.05em;
}

/* viewport css */
@media only screen and (max-width: 1068px) {
    .large {
        display: none;
    }
}

.icon-wrapper .icon, .icon-wrapper .more:not(.icon-before):after, .icon-wrapper .icon-before:before, .icon-wrapper .icon-after:after {
    position: relative;
    top: -.04em;
}