.b-articles{display:grid;gap:20px;grid-template-columns:repeat(4,1fr);margin:40px auto 80px;position:relative}@media(max-width:1023px){.b-articles{grid-template-columns:repeat(3,1fr)}}@media(max-width:767px){.b-articles{column-gap:13px;grid-template-columns:repeat(2,1fr);margin:40px auto;row-gap:20px}}.b-articles__item{border-radius:8px;display:flex;flex-direction:column;height:100%;overflow:hidden;position:relative}.b-articles__item img{transition:.3s}.b-articles__item:hover img{transform:scale(1.05)}.b-articles__image{display:flex;height:100%;max-height:303px;overflow:hidden;width:100%}@media(max-width:767px){.b-articles__image{max-height:207px}}.b-articles__image img{object-fit:cover;object-position:center top;width:100%}.b-articles__text-container{align-items:center;background:var(--black);display:flex;justify-content:center;min-height:62px;padding:12px 28px;width:100%}@media(max-width:767px){.b-articles__text-container{min-height:60px}}.b-articles__title{color:#fff;font-size:15px;margin:0;text-align:center}@media(max-width:767px){.b-articles__title{font-size:10px}}.b-articles__link{border-radius:0 0 8px 8px;bottom:0;height:100%;left:0;position:absolute;width:100%}