.new-header .header-top .header-contact .tel {
  text-decoration: none;
}

.NewPost_Qa3RyjKs .card-4 .card__body div[itemprop="description"],
.post1_w7YJWPug .card-4 .card__body div[itemprop="description"] {
  display: inline-block;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  line-height: 1.5;
  height: 4.5em;
  text-align: left;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.main-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 110px;    
  background: url(../img/blog-bg.png);
  background-size: contain;
  background-repeat: repeat-x;
  background-position: top center;
  background-color: #f7f7f7;
}

.sidebar {
  padding-top: 0px !important;
}

.blog-default:hover,
.blog-default a:hover {
  text-decoration: none !important;
}

header.new-header {
  z-index: 1101 !important;
}
.mw-handle-item {
  z-index: 1100 !important;
}
.mw-handle-item.custom-handle-menu-item {
  z-index: 1102 !important;
}