.news__footer{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:5rem}.news__footer .c-social-share{padding-top:1rem;padding-bottom:1rem}.news__footer .news__back{background-color:transparent;color:var(--color-secondary);position:relative;margin-top:1rem;margin-left:auto;text-transform:uppercase;letter-spacing:.1rem;padding-left:60px;-webkit-transition:color .5s ease-out;transition:color .5s ease-out}.news__footer .news__back:before{content:'';position:absolute;width:47px;height:19px;left:5px;background-image:url(../../../../../dist/svg/view-all-arrow.svg);background-repeat:no-repeat;-webkit-transition:all .3s ease-out;transition:all .3s ease-out;top:50%;-webkit-transform:translateY(-50%) scale(-1);transform:translateY(-50%) scale(-1)}.news__footer .news__back:hover{text-decoration:none;color:var(--color-primary)}.news__footer .news__back:hover:before{left:-5px}.c-news-title{font-size:1.8rem;line-height:1.1;max-width:50%;margin-bottom:5px}@media (max-width:768px){.c-news-title{max-width:100%}}.c-card_date{display:block;font-family:var(--font-primary);font-weight:700;text-transform:uppercase;letter-spacing:.1rem;font-size:1rem;color:var(--color-priamry);margin-bottom:20px}.c-card_image{overflow:hidden;height:500px;width:100%;margin-bottom:50px}@media (max-width:992px){.c-card_image{height:300px}}.c-card_image img{-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;width:100%;height:100%}.news__category-list .card__category-list{list-style-type:none;margin-bottom:0;padding:0}.news__category-list .card__category-list .card__category-list-item{display:inline-block;font-family:var(--font-primary);text-transform:uppercase;font-weight:700;color:var(--color-secondary);padding-right:5px}