.b-cards-grid{align-items:center;display:flex;flex-direction:column;gap:3rem;padding:3rem 0}.b-cards-grid__title{font-size:var(--fz-48,3rem);margin:0;text-align:center}.b-cards-grid__items{display:grid;gap:3rem;grid-template-columns:repeat(2,1fr);width:100%}@media(min-width:576px){.b-cards-grid__items{grid-template-columns:repeat(4,1fr)}}@media(min-width:992px){.b-cards-grid__items{grid-template-columns:repeat(6,1fr)}}.b-cards-grid__item{border-bottom:1px solid var(--color-static--border-dark);display:flex;flex-direction:column;gap:2rem;grid-column:span 2;padding-bottom:3rem}@media(min-width:576px){.b-cards-grid__item:last-child:nth-child(3n-1):nth-child(odd){grid-column-end:-2}}@media(min-width:992px){.b-cards-grid__item:last-child:nth-child(3n-1){grid-column-end:-2}.b-cards-grid__item:nth-last-child(2):nth-child(3n+1){grid-column-end:4}.b-cards-grid__item:last-child:nth-child(3n-2){grid-column-end:5}}.b-cards-grid__item-content{display:flex;flex-direction:column;gap:1rem}.b-cards-grid__item-title{font-family:var(--wp--preset--font-family--space-grotesk);font-size:var(--fz-30,1.875rem);font-weight:700;line-height:1.33;margin:0;word-break:break-word}.b-cards-grid__item-description{font-family:var(--wp--preset--font-family--space-grotesk);font-size:var(--fz-18,1.125rem);font-weight:500;line-height:1.4}.b-cards-grid__item-author{align-items:center;display:flex;font-family:var(--wp--preset--font-family--space-grotesk);font-size:var(--fz-14,.875rem);font-weight:700;gap:.75rem;letter-spacing:.00438rem;line-height:1.57;text-transform:uppercase}.b-cards-grid__item-author-name{color:var(--color-adaptive--blue-to-lemon)}.b-cards-grid__item-authors{display:flex;flex-direction:column;gap:1rem}.b-cards-grid__item-image{aspect-ratio:16/9;border-radius:.5rem;-o-object-fit:cover;object-fit:cover;width:100%}
/*# sourceMappingURL=block_cards-grid.css.map*/