<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.article .art-image {
    margin: 30px 0;
}
.services-lists { 
    margin-top: 40px;
    width: 100%;
    display: table;
    text-align: center;
}
.services-lists .services-list {
    text-align: center;
    margin-bottom: 40px;
    width: 33.3333333%;
    display: inline-block;
    vertical-align: top;
}
.services-lists .services-list .icon {
    width: 55px;
    margin: auto;
    margin-bottom: 15px;
}
.privileges-lists { margin-top: 30px; margin-bottom: 30px; }
.privileges-lists .privileges-list {
    border: 1px solid #eee;
    border-radius: 5px;
    margin-bottom: 20px;
}
.privileges-lists .privileges-list .detail { padding: 15px; }
.privileges-lists .privileges-list .detail .heading {
    font-size: 14px;
    text-transform: uppercase;
    font-family: 'itc_giovannibook', 'cmprasanmitbold';
    color: #641d2e;
    height: 30px;
    overflow: hidden;
}
.privileges-lists .privileges-list .detail .heading a { text-decoration: none; }

@media (min-width:992px) {
    .ct-br-desktop {
        display: block;
    }
}

@media (max-width:991px) {
    .services-lists .services-list {
        width: 50%;
    }
}

@media (max-width:767px) {
    .services-lists .services-list {
        width: 100%;
    }
}</pre></body></html>