.blogCardsList{display:grid;gap:30px;grid-template-columns:repeat(3,1fr)}.blogPostCard{display:flex;position:relative}.postImgParent{overflow:hidden;padding-bottom:60%;position:relative}.postImgParent>a{display:block}.postImgParent img{height:100%;object-fit:cover;position:absolute;transition:.3s ease-in-out;width:100%}.tagWrapStander{display:flex;flex-wrap:wrap;gap:5px;left:0;padding:20px;position:absolute;top:0;width:100%;z-index:1}.tagLink{background:#fff;border-radius:2px;font-size:14px;letter-spacing:2px;padding:4px 10px;text-transform:uppercase}.postLink{display:inline-block}.postDesc,.postLink,.postTitle>h3{margin:0 0 20px}.dateAuthorParent{display:flex;flex-wrap:wrap;gap:10px 0}.dateAuthorParent span{display:block;margin-right:10px;padding-right:10px;position:relative}.dateAuthorParent span:not(:last-child):after{background:#333;content:"";height:100%;position:absolute;right:0;width:1px;z-index:1}.postLink:before{bottom:-2px;content:"";height:2px;left:0;position:absolute;transition:.2s ease-in-out;width:0}.postFeaturedImageBg{background-position:50%;background-repeat:no-repeat;background-size:cover;min-height:480px;transition:.3s ease-in-out}.blogPostCard:hover .postFeaturedImageBg{transform:scale(1.05)}.gridBgImg .postCardContent{bottom:0;left:0;position:absolute;transition:.15s ease-in-out;width:100%;z-index:2}.postFeaturedImage>a:before{background-color:rgba(0,0,0,.3);content:"";height:100%;left:0;position:absolute;top:0;width:100%;z-index:1}.cards-size-masonry .blogPostCard:nth-child(10n+1){grid-column:1/span 2}.cards-size-masonry .blogPostCard:nth-child(10n+7){grid-column:2/span 2}.cards-size-masonry .blogPostCard:nth-child(10n+1) .postImgParent,.cards-size-masonry .blogPostCard:nth-child(10n+7) .postImgParent{padding-bottom:50%}@media(max-width:991px){.blogCardsList{grid-template-columns:1fr 1fr}.cards-size-masonry .blogPostCard:nth-child(10n+1){grid-column:1/span 1}.cards-size-masonry .blogPostCard:nth-child(10n+7){grid-column:2/span 1}.cards-size-masonry .blogPostCard:nth-child(10n+1) .postImgParent,.cards-size-masonry .blogPostCard:nth-child(10n+7) .postImgParent{padding-bottom:60%}}@media(max-width:575px){.blogCardsList{grid-template-columns:1fr}}