.block-97 .news__grid{width:100%;display:grid;grid-gap:20px}.block-97 .news__grid.three__col-grid{grid-template-columns:repeat(3,1fr)}.block-97 .news__grid .grid__card .card__img a{display:block;position:relative;height:0;width:100%;overflow:hidden}.block-97 .news__grid .grid__card:hover .card__img a img{transform:scale(1.05)}.block-97 .news__grid .grid__card .card__img a img{position:absolute;top:0;left:0;right:0;bottom:0;object-fit:cover;width:100%;height:100%;transform:scale(1.01);transition:all 600ms ease-in-out}.block-97 .news__grid .grid__card .card__details{display:flex;flex-direction:column;grid-gap:5px;align-items:flex-start}.block-97 .news__grid .grid__card .card__details .card__category{margin-top:-20px;margin-left:20px;position:relative;background:#fff;padding:10px 20px;padding-left:40px}.block-97 .news__grid .grid__card .card__details .card__category a{position:relative;font-size:18px;font-weight:600;color:#333}.block-97 .news__grid .grid__card .card__details .card__category a::before{content:'';position:absolute;top:50%;transform:translateY(-50%);left:-20px;width:8px;height:25px;background:var(--theme-color)}.post__date .date{color:#777;font-size:14px;font-weight:500}.card__title{line-height:1.5;font-size:22px;font-weight:700;color:#333;transition:all 300ms ease-in-out}.card__title:hover{color:var(--theme-color);text-decoration:underline}@media(max-width:650px){.block-97 .news__grid.three__col-grid{grid-template-columns:repeat(1,1fr)}}