<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">h3.custom-title {
    text-align: left;
    margin-bottom: 30px;
}

.block {
    padding: 30px;
    height: 100%;
    border-radius: 20px;
    background: #F4F7F9;
}

.title {
    font-size: 24px;
    font-weight: 600;
    line-height: 123.5%;
}

.week {
    color: #434343;
    font-size: 18px;
    line-height: 123.5%;
    margin-bottom: 8px;
}

.week span {
    margin-left: 25px;
}

.week:last-child span {
    margin-left: 28px;
}

.map {
    margin-top: 20px;
    height: 412px;
}

@media (max-width: 1200px) {

    .title {
        font-size: 22px;
    }

}

@media (max-width: 990px) {

    .col-sm-12:not(:first-child) {
        margin-top: 30px;
    }

}</pre></body></html>