.ml-04 {
    margin-left: 0.6em;
} 

@media screen and (max-width: 734px) {
    .ml-04 {
        margin-left: 0.53em;
    } 
}


@media only screen and (max-width: 734px) {
    .section-router .section-headline {
        max-width: max(80%,11.1764705882rem);
    }
}
@media only screen and (max-width: 734px) {
    .section-software .section-headline {
    max-width: 80%;
}
}

.nowrap {
    display: inline;
    text-decoration: inherit;
    white-space: nowrap;
    }

    @media only screen and (min-width: 1068px) {
            .section-quote .quote-content-copy:before {
        content: "“";
        position: absolute;
        left: -12px;
        }
    }

