<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.promotion__block{
    padding-top: 17px;
}
.promotion__item{
    margin-bottom: 20px;
    border-radius: 10px;
    -webkit-box-shadow: 0 4px 20px rgba(0,0,0,.2);
    box-shadow: 0 4px 20px rgba(0,0,0,.2);
    overflow: hidden;
}

.promotion__item-text{
    font-size: 1.2em;
    overflow-wrap: break-word;
    margin-bottom: 15px;
}

.promotion__item-header .promotion__item-text{
    font-size: 1.6em;
}
.text-block&gt;div:last-child p{
    margin-bottom: 0;
}

.text-block{
    padding: 15px;
}
.promotion__item-bg{
    /*max-height: 240px;*/
}
.promotion__item-bg .img-responsive {
    width: 100%;
    /*min-height: 240px;*/
}

@media (max-width: 992px) {
    .promotion__item-bg .img-responsive {
        width: 100%;
    }
}
</pre></body></html>