.blog-cards{padding:0}.blog-cards__grid{display:grid;gap:24px;grid-template-columns:repeat(3,1fr)}.blog-cards__card{background-position:50%;background-size:cover;border-radius:24px;color:#fff;display:flex;flex-direction:column;height:524px;justify-content:flex-end;overflow:hidden;padding:32px;position:relative}.blog-cards__content{position:relative;z-index:2}.blog-cards__overlay{background:linear-gradient(180deg,rgba(0,0,0,.1),rgba(0,0,0,.8));inset:0;position:absolute;z-index:1}.blog-cards__tag{background:hsla(0,0%,100%,.78);border-radius:999px 0 0 999px;color:#0057b8;display:inline-block;font-size:14px;font-style:normal;font-weight:400;line-height:normal;padding:6px 10px;position:absolute;right:0;top:36px;z-index:2}.blog-cards__text{font-size:20px;font-style:normal;font-weight:400;line-height:24px;margin-bottom:28px}@media screen and (max-width:992px){.blog-cards__grid{grid-template-columns:1fr}}