<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.about-left img {
    float: right;
    width: 300px;
    border-radius: 5px;
    margin-left: 5px;
    margin-bottom: 5px;
}

.container .row p {
    text-indent: 2em;
    text-align: left;
}

.container .row label {
    font-size: small;
    font-weight: normal;
}

.news-group {
    margin-bottom: 5px;
}

.news-group a {
    display: block;
    text-align: left;
}

.news-group em {
    display: block;
    font-size: small;
    text-align: right;
}

.culture &gt; img {
    width: 100%;
    margin-bottom: 20px;
}

.solution .item{
    padding: 10px;
}

.card{
    color:white;
    padding:5px 5px;
}
.card li:not(:first-child){
    list-style-type: none;
    background: rgba(255, 255, 255, 0.1);
    
    padding: 10px;
    margin-top: 5px;
}
.card li:first-child{
    margin-top: 0;
    text-align: center;
    padding-bottom: 10px;
}
.card li:hover:not(:first-child){
    background: rgba(255, 0, 0);
    cursor: pointer;
}

.card ul{
    background: #030E3C;
    border-radius: 5px !important;
    padding: 10px;
}



.contact p{
   margin-bottom: 0;
}
.footer-navigation{
    font-size: small;
    float: left !important;
}
.footer-navigation li{
    margin-left: 10px;
}
@media (max-width: 1024px) {
    .about-left img {
        width: 100%;
        margin-bottom: 20px;
    }
}

@media (max-width: 990px) {
    .hidden-xs i{
        display: none !important;
    }
}</pre></body></html>