<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">div#features-2 .image-part div {
    max-width: 580px;
}
div#features-3 {
    padding-top: 0;
    background: none;
}
div#features-2 {
    padding-bottom: 30px;
}
div#features-3 p {
    max-width: 700px;
}
div#features-3 .image-part {
    max-width: 600px;
}
div#features-4 {
    background: #fbfbfb;
}
div#features-4 .rows {
    text-align: left;
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}
div#features-4 .rows .col {
    flex: 0 0 32%;
    max-width: 32%;
    background: #f2f2f2;
    padding: 40px 40px 60px;
    border-radius: 10px;
    text-align: center;
}
div#features-4 .excel-content .icon {
    background: url(/sites/zweb/images/forms/zf-ms-excel-sprite.png) no-repeat;
    background-size: 170px auto;
    background-position: 0 0px;
    width: 58px;
    height: 58px;
    display: block;
    margin: 0 auto 15px;
}
div#features-4 p,div#features-4 h2 {
    max-width: 700px;
    margin: 0 auto 10px;
}
div#features-4 p {
    margin-bottom: 50px;
}
div#features-4 .bx-1 span.icon {
    background-position:-112px 0;
}
div#features-4 .bx-2 span.icon {
    background-position: -57px 0;
}
div#features-4 .bx-3 span.icon {
    background-position: 0 0;
}
@media screen and (max-width:1199px) {
    div#features-4 .rows .col {
        padding: 30px 30px;
    }
    
    div#features-4 .rows {
        gap: 10px;
    }
}
@media screen and (max-width:1023px) {
    div#features-4 .rows .col {
        max-width: 100%;
        flex: 100%;
    }
    div#features-4 .rows {
        gap: 20px;
        max-width: 400px;
        margin: 0 auto;
    }
}</pre></body></html>