.menu__banner > div {display:flex;flex-direction:column;justify-content:center;height:100%;padding: 15px;text-align:center;background:#f7f7f7;border-radius:4px}
.menu__banner div img {margin:15px 0;padding:15px}
.menu__banner span {color:#f44336;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}

.header-block__item-caption{display:none;visibility:hidden;}
.fly-menu__caption{display:none;visibility:hidden;}
dropdown-menu {
max-width:100%!important;
min-width:100%!important;
}



  .velvet-container {
    max-width: 100%;
    padding: 40px 25px;
    font-family: 'Georgia', serif;
    color: #2b1e13;
    background-color: #fff;
    font-size: 16px;
    line-height: 1.8;
    text-align: justify;
  }

  .velvet-title {
    font-size: 36px;
    font-weight: bold;
    color: #2b1e13;
    margin-bottom: 20px;
    border-bottom: 3px solid #c8a454;
    padding-bottom: 10px;
  }

  .velvet-divider {
    height: 2px;
    background: linear-gradient(to right, #c8a454, #2b1e13);
    margin: 40px 0;
  }

  .velvet-highlight {
    color: #c8a454;
    font-weight: bold;
  }

  .velvet-subtitle {
    font-size: 22px;
    font-weight: bold;
    margin-top: 30px;
    color: #2b1e13;
  }

  .velvet-quote {
    font-style: italic;
    font-size: 18px;
    color: #2b1e13;
    background: #fdf9f1;
    border-left: 5px solid #c8a454;
    padding: 15px 20px;
    margin: 25px 0;
  }