<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.transportPage table tr td:not(:first-child) {
    color: #6DD400;
    font-weight: 500;
}

.transportPage table tr td:first-child {
    color: #FFFFFF;
    opacity: 0.7;
}

.transportPage table tr td {
    max-width: 50%;
    line-height: 22px;
    letter-spacing: -0.4px;
    font-size: 14px;
}

.transportPage ul {
    margin: 30px 0 30px 0;
    list-style-type: none;
}

.transportPage ul li {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: -0.4px;
    line-height: 24px;
    padding-left: 36px;
    margin-top: 12px;
    position: relative;
}

.transportPage ul li:after {
    position: absolute;
    content: url('/uploads/icons/ic-check-circle.svg');
    left: 0;
    top: 60%;
    transform: translateY(-50%);
}
.smallBanner {
    margin-bottom: 40px;
}

@media (max-width: 575px) { 
    .transpotr-descr {
        padding:  0 20px 0 20px;
    }
}</pre></body></html>