.articles article{display:flex;flex-direction:column;height:auto}.articles article a{display:flex;flex-direction:column;height:100%}.articles article h3{display:flex;align-items:flex-start;flex:1}.articles img{height:285px;object-fit:cover;width:100%}@media (max-width: 991px){.articles img{height:240px}}.articles__pagination{padding:24px 0;margin-top:50px;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap}.articles__pages{display:flex;align-items:center}.articles__pages .page-numbers{padding:12px 22px;font-size:16px;font-style:normal;font-weight:500;line-height:180%;transition:all ease .3s;border:1px solid transparent}.articles__pages .page-numbers:hover{border:1px solid var(--primary)}.articles__pages .page-numbers.current{border:1px solid rgba(255,255,255,.1);background:var(--primary);color:#fff}.articles__pages .prev,.articles__pages .next{padding:0;line-height:1}
