.menu__banner > div {display:flex;flex-direction:column;justify-content:center;padding:20px 15px;text-align:center;background:rgba(0,0,0, .03);border-radius:var(--border-radius-1)}
.menu__banner div img {margin:20px auto;padding:10px;max-width:170px;border-radius:var(--border-radius-1)}
.menu__banner span {color:var(--menu-main-level-2-c);font-size:1.5em;font-weight:500}
.menu__banner span:last-of-type{font-size:1.3em}

.news-page__description h3.heading{font-weight:700}
.news-page__description .heading:before{padding:0 5px 0 0;content:'#';color:#f00}
.news-page__image-39, .news-page__image-40, .news-page__image-41, .news-page__image-42, .news-page__image-43, .news-page__image-44{display:none}
.logo-title{font-family: 'Segoe UI', Tahoma, Arial, Helvetica, Sans-Serif;font-size: 16px;color: #0060a6;line-height: normal;text-transform: capitalize;margin:5px 0px 0;}
@media (max-width: 768px) {
    .logo-title {
        font-size: 9px !important;
        max-width: 150px;
        line-height: 11px;
    }
}
#home-description{
    position: relative;
    overflow: hidden;
    line-height: 1.7em;
    hyphens: auto;
    max-height: 350px;
}
#home-description .desc-collapse:before{background: linear-gradient(0deg, #f1f1f1 0%, transparent 100%);}
#home-description .desc-collapse{background:#f1f1f1;}
#home-description .btn-default {background: #ccc;}