<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.content-box-3 {
    text-align: center;
    margin-top: -12px;
}

.boxes-1 .row-box {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -9px;
}

.boxes-1 {
    margin-bottom: -18px;
    padding-top: 7px;
}

.boxes-1 .col-box {
    margin-bottom: 18px;    
    padding: 0 9px;
    width: 33.33333%;
}

.box-1 {
    text-align: center;
    font-size: 14px;
    border: 1px solid #008ad2;
    height: 100%;
    line-height: 1.6;
    padding: 25px 30px 20px 30px;
}

.ic {
    height: 78px;
    margin: 0 auto;
    margin-bottom: 23px;
}

.ic-1 {
    width: 60px;
    background: url('../img/sprite.png') -88px 0;
}

.ic-2 {
    width: 60px;
    background: url('../img/sprite.png') -159px 0;
}

.ic-3 {
    width: 72px;
    background: url('../img/sprite.png') -229px 0;
}

.ic-4 {
    width: 65px;
    background: url('../img/sprite.png') -308px 0;
}

.ic-5 {
    width: 63px;
    background: url('../img/sprite.png') -381px 0;
}

.ic-6 {
    width: 101px;
    background: url('../img/sprite.png') -453px 0;
}

.subpage .main-content {
    padding-bottom:150px;
    position: relative;
    z-index: 2;
}

footer .f-box-contact {
    margin-top: -120px;
}

@media only screen and (max-width: 992px) {
    .text h2 {
        padding-top: 3px;
        font-size: 18px;
    }
    .boxes-1 .col-box {
        width: 50%;
    }
}

@media only screen and (max-width: 767px) {
    .boxes-1 .col-box {
        width: 100%;
    }
}
</pre></body></html>