.homepage-group-title {
    margin-bottom: 0px !important;
  }
  
  .blog-hp .news-item .text a {
    font-size: 16px;
  }
  
  .blog-hp .news-item .description p {
    font-size: 14px;
    line-height: 1.7;
    text-align:justify;
  }
  
  .news-item > a {
    font-size: 14px;
  }
  
  @media screen and (min-width: 992px) {
    .news-item > a {
      bottom: -40px;
    }
  }
  
  @media screen and (min-width: 1200px) {
    .tiles-wrapper {
     margin-top:25px;
    }
  }
  
  .homepage-box.welcome-wrapper p {
    text-align: justify !important;
  }
  
  @media only screen and (max-width: 767px) {
    .site-msg.information, div.message.notice-message {
      position: fixed;
      bottom: auto !important;
      top: 0;
      left: 0;
      transform: translate(0,0);
      z-index: 99 !important;
      width: 100%;
      background: #fff;
      box-shadow: 0 0 30px rgba(0,0,0,.05);
      border: 1px solid #000;
      border-radius: 0px;
      padding: 12px 0;
    }
    
    #header {
      top: 0px;
      }
      
    .ordering-process  #header {
      top: 0px;
      }
      
    #content-wrapper {
      margin-top: 110px;
    }
    
    .type-category #content-wrapper {
      margin-top: 130px;
    }

    
  }
  
  @media only screen and (max-width: 767px) {
    #header .site-name {
      position: relative;
      z-index: 99 !important;
    }
    
    #header .search-form {
    z-index: 1000;
    }
  }
  
  @media screen and (max-width: 767px) {
    #header .header-top .responsive-tools a.smallScreen[data-target="navigation"] {
      right: -5px;
      top: inherit;
      transition: none;
    }
  }
   
#content img {
    max-width: 100%;
    width: 100%;
    height: auto;
}

.type-post #content a img {
  width: 200px;
}

@media screen and (max-width: 1200px) {
  #header .site-name a img {
    max-height: 40px;
  }
}

.benefit-banner img {
    width: auto !important;
}
  
  