.blog-teaser .post-card__items{display:grid;gap:1.25rem;grid-template-columns:repeat(3,minmax(0,1fr));margin-bottom:calc(var(--section__space)/1.5)}@media(max-width:1200px){.blog-teaser .post-card__items{gap:.75rem}}@media(max-width:768px){.blog-teaser .post-card__items{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:500px){.blog-teaser .post-card__items{gap:.5rem}}.blog-teaser .section__cta{align-items:center;display:flex;justify-content:center}.post-card{-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.post-card .post-card__author,.post-card .post-card__category,.post-card .post-card__meta{align-items:center;display:flex;gap:.25rem}.post-card .post-card__author .post-card__category-item,.post-card .post-card__author .post-card__date,.post-card .post-card__author .post-card__name,.post-card .post-card__category .post-card__category-item,.post-card .post-card__category .post-card__date,.post-card .post-card__category .post-card__name,.post-card .post-card__meta .post-card__category-item,.post-card .post-card__meta .post-card__date,.post-card .post-card__meta .post-card__name{font-size:var(--blog-meta__fs)}.post-card .post-card__title .post-card__link{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;font-weight:600;-webkit-line-clamp:6}.post-card .post-card__cta{display:flex;justify-content:flex-end;margin-top:auto}.post-card--primary{border:1px solid #d9d9d9;border-radius:var(--content__border-radius-s);display:flex;flex-direction:column;height:100%;overflow:hidden;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.post-card--primary:hover{border:1px solid #ec424e}.post-card--primary .post-card__thumbnail .post-card__link{display:flex}.post-card--primary .post-card__thumbnail .post-card__link .wp-post-image{height:var(--joined-sections-image__height);width:100%}.post-card--primary .post-card__content{display:flex;flex:1;flex-direction:column;gap:calc(var(--section__gap)*1.75);padding:var(--post-card__spacing)}.post-card--primary .post-card__content .post-card__meta{margin:.25rem 0}.post-card--primary .post-card__content .post-card__meta .post-card__date{color:#b5b5b5}