.menu__banner > div {display:flex;flex-direction:column;justify-content:center;height:100%;max-height:420px;padding: 15px;text-align:center;background: radial-gradient(circle, rgba(255, 255, 255, .1) 0%, #4db028 100%);border-radius:6px}
.menu__banner div img {margin:20px 0;padding:15px}
.menu__banner span {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-41{display:none}
#tab-description table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
    font-size: 15px;
    background-color: #fff;
}

#tab-description th,
#tab-description td {
    border: 1px solid #ddd;
    padding: 10px 12px;
    vertical-align: top;
    text-align: left;
}

#tab-description th {
    background-color: #f5f5f5;
    font-weight: 600;
    white-space: nowrap;
}

#tab-description td p {
    margin: 0 0 5px;
}

#tab-description tr:nth-child(even) td {
    background-color: #f9f9f9;
}

#tab-description tr:hover td {
    background-color: #f1f1f1;
}
