<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*Results*/
#what-we-do-results {
    position: relative;
    z-index: 1;
}
/*Publish*/
.service-publish-image {
    position: relative;
    padding-top: 100%;
}
.service-publish-description p:not(:last-child) {
    margin-bottom: 1em;
}
/*Resposive - Mobile First*/
/* md */
@media (min-width: 768px) {
    /*Results*/
    #what-we-do-results {
        margin-top: -50px;
    }
}
/* xl */
@media (min-width: 1350px) {
    /*Publish*/
    .service-publish-left .title-with-line::after {
        margin-right: -175px;
    }
}
/* xxl */
@media (min-width: 1650px) {
    /*Results*/
    #what-we-do-results {
        margin-top: -110px;
    }
}
</pre></body></html>