.category-page #column-left {
  position: relative!important;
  top: 0!important;
}

.show-more-button{
      justify-content: center!important;
}
.footer__column-a {
  transition: .2s;
}
.footer__column-a:hover {
  color: #8493a8!important;
}

.category-wall__title a:hover {
  color: #374355;
}

footer a:hover {
  color: #8493a8!important;
}

.footer__link:hover {
 color: #8493a8;
}

@media (max-height: 900px) {
.left__panel-top {
    overflow-y: visible!important;
}
}
@media (max-width: 992px) {
  .__jivoMobileButton {
    bottom: 60px!important;
    right: 20px;
    left: unset!important;
  }
  .__jivoMobileButton > jdiv > jdiv{
  right: -70px!important;
  left: unset!important;
}
  .__jivoMobileButton > jdiv:last-of-type > jdiv{
right: auto!important;
left: auto!important;
}
}
@media (min-width: 768px) {
  #show-more-button {
  width: 100%!important;
}
}
  #show-more-button {
  justify-content: center;
}
    .home_about_text h1 {
       font-size: 24px;
}
@media (min-width: 992px) {
    .home_about_text h1 {
       font-size: 28px;
}
}