body {
    font-family: 'Montserrat', sans-serif !important;

    background-color: white;
  }
.hero-blog {
    background: url(../img/company/hero.jpg);
    background-size: cover;
    width: 100%;
    height: 100vh;
    background-position: center;
    z-index:-1;
  }
  @media screen and (max-width: 450px) {
    .hero-blog {
      height: 500px;
    }
}
.dib-cat-menu  li a{
  font-size: 1rem;
  font-weight: 600;
  color: black !important;
}
.container-fluid .dib-post-title .dib-highlight{
    color: black !important;
}
.dib-post-title .dib-highlight a{
  color: black !important;

}
 .dib-post-single {
padding-top: 1rem !important;
  padding-left: 1rem !important;
  padding: 1rem !important;
}
@media screen and (max-width: 450px) {
 .container-fluid{
   padding-left: 1rem !important;
   padding-right: 1rem !important;
 }

}