.blog-post-listing-cards{margin:0 auto;max-width:var(--maximum_content_width)}.blog-post-listing-cards__wrapper{display:grid;gap:30px;grid-template-columns:repeat(3,1fr)}.post-card__content-wrapper{border:1px solid #d8d8d8;height:100%;margin-bottom:5px;min-height:350px;padding:20px}.post-card__content-divider{background:#d8d8d8;height:1px;margin:30px 0;width:100%}.post-card__content{display:-webkit-box;overflow:hidden;-webkit-line-clamp:2;-webkit-box-orient:vertical;color:var(--primary_color)}.post-card__author,.post-card__date{color:var(--secondary_color)}.post-card__link-btn{border:2px solid var(--primary_color);color:var(--primary_color);display:block;padding:8px 0;text-align:center;transition:background .25s ease-in-out,color .25s ease-in-out}.post-card__link-btn:hover{background:var(--secondary_color);border-color:var(--secondary_color);color:#fff!important}.post-card__link-btn__featured{background:var(--secondary_color);border:2px solid var(--secondary_color);color:#fff;display:block;padding:8px 0;text-align:center;transition:background .25s ease-in-out,color .25s ease-in-out}.post-card__link-btn__featured:hover{background:var(--primary_color);color:var(--secondary_color)}@media (max-width:992px){.blog-post-listing-cards__wrapper{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.blog-post-listing-cards__wrapper{grid-template-columns:repeat(1,1fr)}}