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

.icon-after:after, .more:after {
    top: -.09em
}

.icon-after.icon-playcircle:after{
    top: 0;
}

/* line-hight */
.page-overview .section-hero .section-copy{
    line-height: 1.2375;
}

@media only screen and (max-width:734px){
    .page-overview .section-hero .section-copy{
        line-height: 1.3589;
    }
}