<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.tourism-title-wrapper {
    background-image: url('../images/tourism/tourism.jpg');
    background-position: center center;
    background-repeat: no-repeat;
}

.tourism-title {
    height: 129px;
}

    .tourism-title h1 {
        padding-top: 35px;
        padding-bottom: 35px;
        text-align: center;
        color: #ffffff;
        font-weight: 400;
        margin: 10px 0;
    }

.tourism {
    margin-top: 40px;
}

    .tourism h1 {
        padding-bottom: 20px;
        color: #0c54a0;
        font-weight: 400;
        font-size: 30px;
        margin-top: 0px;
    }

.mountain {
    background-image: url('../images/tourism/tourism_mountain.png');
    background-position: center center;
    background-repeat: no-repeat;
    height: 97px;
    margin-top: 40px;
}</pre></body></html>