.latest-news__articles{display:grid;gap:45px;grid-template-columns:repeat(3,minmax(0,370px));justify-content:center}.latest-news__image-wrapper{border-radius:15px;height:180px}.latest-news__image{transition:transform .75s ease}@media only screen and (min-width:992px){.latest-news__link:hover .latest-news__image{transform:scale(1.05)}.latest-news__link:hover .latest-news__read-more{padding:0 38px 5px 0}.latest-news__link:hover .latest-news__read-more:before{background:linear-gradient(90deg,#fad506,#da0083 87%,#a91bb7);right:0}.latest-news__link:hover .latest-news__read-more:after{right:0}}@media only screen and (max-width:991px){.latest-news__articles{grid-template-columns:repeat(2,minmax(0,370px))}}@media only screen and (max-width:767px){.latest-news__articles{grid-template-columns:repeat(2,minmax(0,370px))}}@media only screen and (max-width:575px){.latest-news__articles{grid-template-columns:repeat(1,minmax(0,370px))}}