/* Add here all your CSS customizations */

.parallax-background {
    height: 100% !important;
    transform: translate3d(0px, 0px, 0px) !important;

}
.services .parallax-background {
    background-size: 100% !important;
    background-position: 0 0 !important;
}

.blog-post h2{line-height: 1.4em;
    display: block;
  display: -webkit-box;
  max-width: 100%;
  height: 85px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.blog-post p{line-height: 1.4em;
    display: block;
  display: -webkit-box;
  max-width: 100%;
  height: 40px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}