/* Grid Loading Animation */ 

@-webkit-keyframes load7 {
    0%,
    80%,
    100% {
      box-shadow: 0 2.5em 0 -1.3em #2680c4;
    }
    40% {
      box-shadow: 0 2.5em 0 0 #2680c4;
    }
}

@keyframes load7 {
    0%,
    80%,
    100% {
      box-shadow: 0 2.5em 0 -1.3em #2680c4;
    }
    40% {
      box-shadow: 0 2.5em 0 0 #2680c4;
    }
  }
  
/* Case Study Grid */ 

.vc_gitem-post-data-source-post_excerpt {
    text-align: center;
}