.fr__title{margin-bottom:var(--gap-md);text-align:center}.fr__posts-wrapper{display:flex;flex-wrap:wrap;gap:var(--gap);justify-content:center}.fr__post-image{aspect-ratio:16/9;object-fit:cover}.fr__post-content{background:var(--secondary-color);color:#fff;padding:2rem}.fr__post-meta{font-weight:300;margin-bottom:1rem}.fr__post-title{margin-bottom:var(--gap-md)}.fr__post-title__link{color:#fff}.fr__post-link{justify-content:center;text-align:center;width:100%}@media (min-width:768px){.fr__post{width:calc(50% - var(--gap)/2)}.fr__post,.fr__post-content{display:flex;flex-flow:column}.fr__post-content{flex-basis:0;flex-grow:1}.fr__post-link{margin-top:auto}}@media (min-width:960px){.fr__post{width:calc(33% - var(--gap)*2/3)}}