.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: -2px;
}

.router-card .router-card-headline{
    max-width: 480px;
}
/* section communication */
.section-communication .copy-section-header{
    max-width: 800px;
}

@media (max-width:1068px){
    .section-communication .copy-section-header{
        max-width: 680px;
    }
}

@media (max-width:734px){
    .section-communication .copy-section-header{
        max-width: 420px;
    }
}