.article-card{width:100%;border-radius:32px;overflow:hidden;cursor:pointer;display:flex;flex-direction:column}@media(max-width:1200px){.article-card{border-radius:15px}}.article-card__image{height:230px;width:100%;overflow:hidden}.article-card__image:hover img{transform:scale(1.1)}.article-card__image img{transition:all .5s ease;height:100%;width:100%;-o-object-fit:cover;object-fit:cover}.article-card__content{padding:20px 10px;background-color:var(--gray-bg-color);flex:1 1 auto;display:flex;flex-direction:column}.article-card__title{color:var(--main-text-color);font:600 16px/26px var(--main-text-family);overflow:hidden;text-overflow:ellipsis;display:-webkit-box;line-clamp:2;-webkit-line-clamp:2;-webkit-box-orient:vertical}.article-card__categories{margin-top:10px}.article-card__category{font:400 14px/24px var(--main-text-family);color:var(--blue-text-color)}.article-card__footer{flex:1 1 auto;margin-top:30px;display:flex;align-items:flex-end;justify-content:space-between}.article-card__read-time{gap:8px;display:flex;align-items:center;font:500 14px/20px var(--main-text-family);color:var(--gray-text-color);padding:12px 8px}.article-card__read-time:before{content:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none"><g clip-path="url(%23clip0_909_1234)"><path d="M9.99996 18.3334C14.6023 18.3334 18.3333 14.6024 18.3333 10C18.3333 5.39765 14.6023 1.66669 9.99996 1.66669C5.39759 1.66669 1.66663 5.39765 1.66663 10C1.66663 14.6024 5.39759 18.3334 9.99996 18.3334Z" stroke="%239EA2A6" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M10 5V10L13.3333 11.6667" stroke="%239EA2A6" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></g><defs><clipPath id="clip0_909_1234"><rect width="20" height="20" fill="white"/></clipPath></defs></svg>');width:20px;height:20px}.article-card__read-more{position:relative;cursor:pointer;background-color:rgba(0,0,0,0);padding:12px 28px 12px 8px;margin-right:14px;color:var(--main-text-color);font:500 14px/20px var(--main-text-family)}.article-card__read-more:hover:after{right:-5px}.article-card__read-more:after{position:absolute;right:0;content:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="21" height="20" viewBox="0 0 21 20" fill="none"><path d="M4.37683 10H16.0435" stroke="black" stroke-linecap="round" stroke-linejoin="round"/><path d="M10.2102 4.16669L16.0435 10L10.2102 15.8334" stroke="black" stroke-linecap="round" stroke-linejoin="round"/></svg>');width:20px;height:20px;transition:right .3s ease-in}@media(max-width:900px){.article-card{height:343px;max-width:367px}.article-card__image{height:185px}.article-card__title{line-height:22.4px}.article-card__category{font:400 12px/16.8px var(--main-text-family)}.article-card__categories{margin:10px 0 0;flex:1 1 auto;display:flex;align-items:flex-end}.article-card__footer{margin-top:27px;flex:unset}.article-card__content{padding:15px 8.5px}.article-card__read-time{padding:5px 0}.article-card__read-more{padding:3.21px 28px 3.21px 0}}@media(max-width:700px){.article-card{height:100%;max-height:343px;max-width:345px}}