.hero-slider-1 {
 height: auto; 
}

.slick-slide img {
 width: 100%; 
}

.header-center {
 justify-content: center; 
}

.logo.logo-width-1 {
 width: 400px; 
}

.font-xxl {
  font-size: 28px
}

.logo.logo-width-1 a img {
  width: 100%; 
}

.post-title {
 font-size: 20px; 
}

.blog-tag {
  font-size: 14px !important;
  background: var(--color-brand);
  padding: 4px 13px !important;
  color: #fff;
}

.mobile-show {
 display: none; 
}

@media only screen and (max-width: 768px) {
  .header-style-3 .sticky-bar.stick.sticky-blue-bg, 
  .header-style-4 .header-bottom-bg-color {
   background-color: #fff; 
  }
  
  .header-style-4 .sticky-bar.stick.sticky-blue-bg {
    background-color: #fff; 
    border-bottom: var(--color-brand);
  }
  
 .logo.logo-width-1 {
  width: auto; 
  }
  
  .logo.logo-width-1 a img {
   max-width: 180px; 
  }
  
 .mobile-hide {
   display: none;
 }
  
 .mobile-show {
   position: absolute;
   top: 15px;
   right: 0;
   display: inline-block;
  }
}