
 /* Hubspot cms */
 .related-blogPost-wrapper .isotope {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -40px
  }
  
  .related-blogPost-wrapper .isotope .grid-item {
    box-sizing: border-box;
    display: none;
    flex: 0 0 33.33%;
    margin-bottom: 90px;
    padding: 0 45px;
    width: 33.33%;
  }
  
  @media only screen and (max-width: 640px) {
    div[class^="insight-blogs"] .grid-item {
      width: 100%;
    }
  }
  
  .related-blogPost-wrapper .isotope .grid-item .column-inner {
    height: 100%
  }
  
  .related-blogPost-wrapper .grid-item .post-content {
    height: 350px;
    overflow: hidden;
  }
  
  div[class^="insight-blogs"]  {
    padding-bottom: 40px;
    align-items: stretch;
  }
  
  div[class^="insight-blogs"]  .post-title {
    padding-top: 15px;
  }
  
  div[class^="insight-blogs"]  .card__actions {
    align-self: flex-end;
    background-color: #2156a6;
    font-weight: 600;
    text-decoration: none;
    border-radius: 10px;
  }
  
  div[class^="insight-blogs"] .image-block {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
  }
  
  
  div[class^="insight-blogs"]  .post-content {
    margin-bottom: 60px;
  }
  
  @media only screen and (min-width: 1200px) {
    div[class^="insight-blogs"]  .post-content {
      height: 200px;
    }
  }
  
  div[class^="insight-blogs"]  .content-summary {
    min-height: 150px;
  }

  div[class^="insight-blogs"] em, 
  div[class^="insight-blogs"] h2 {
    font-family: Montserrat, sans-serif;
    font-size: 19px;
    font-weight: 400;
    font-style: normal;
    color: #595959;
  }
  
  @media screen and (max-width: 1190px) {
    div[class^="insight-blogs"]  .content-summary {
      min-height: 70px;
    }
  }
  
  div[class^="insight-blogs"]  .card__actions, div[class^="insight-blogs"] .card__actions a {
    position: relative;
    align-items: center;
    display: flex;
    font-size: .894rem;
    justify-content: space-between;
    width: 100%;
  }
  
  div[class^="insight-blogs"] .card__actions a {
    color: #fff;
    padding: 1.068rem 2.105rem;
    transition: background-color .3s ease-out
  }
  div[class^="insight-blogs"] .card__actions a:hover {
    background-color: #f2a91c;
    border-radius: 10px;
  }
  
  div[class^="insight-blogs"] .card__actions a:before {
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
  }
  
  div[class^="insight-blogs"] .tags a.blog-post__tag-link:not(:last-child):after {
   content: ', \00a0 ';
  }
  
  div[class^="insight-blogs"] .tags a.blog-post__tag-link {
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    line-height: 22px;
    padding-top: 15px;
  }
  
  div[class^="insight-blogs"] .tags a.blog-post__tag-link:hover {
    color: #f2a91c;
  }
