.post-card{position:relative}.post-card__image-wrap{width:100%;height:auto;aspect-ratio:350/330;display:block;border-radius:.75rem;overflow:hidden;margin-bottom:1.125rem;position:relative}.post-card__image-wrap:before{content:"";position:absolute;inset:0;width:100%;height:100%;background:#772fa6;transition:.5s;opacity:0;z-index:2}.post-card__image-wrap img{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;transition:.3s}.post-card__tags{position:absolute;top:0;left:0;width:100%;padding:1rem;display:flex;flex-direction:row;flex-wrap:wrap;align-items:center;justify-content:flex-start;gap:.375rem;z-index:2}.post-card__tag{padding:.25rem .75rem;background-color:#fff;border-radius:1rem;color:#38134f;text-transform:uppercase}.post-card__date{display:block;margin-bottom:.375rem;color:#867093}.post-card__title{margin-bottom:.75rem;transition:.25s}.post-card__text{color:#565563}.latest-posts{background-color:#fbf5ff}.latest-posts__title,.latest-posts__text{margin:0 auto;text-align:center}.latest-posts__title{margin-bottom:1rem;max-width:47.625rem}.latest-posts__text{color:#565563;max-width:32.625rem}.latest-posts__wrapper{margin-top:3rem;display:grid;grid-gap:2rem 1.25rem;gap:2rem 1.25rem}@media screen and (min-width:640px){.latest-posts__wrapper{grid-template-columns:repeat(2,1fr)}}@media screen and (min-width:768px){.latest-posts__wrapper{grid-template-columns:repeat(3,1fr)}}@media(any-hover:hover)and (any-pointer:fine){.post-card__image-wrap:hover img{transform:scale(1.05)}.post-card__image-wrap:hover:before{opacity:.2}.post-card__title:hover{color:#772fa6}}
