.last-news{display:grid;grid-template-columns:1fr;gap:30px;width:100%}@media screen and (min-width:769px){.last-news{grid-template-columns:repeat(2,1fr)}}@media screen and (min-width:1025px){.last-news{grid-template-columns:repeat(3,1fr)}}.last-news__card{background:#fff;display:flex;flex-direction:column;overflow:hidden;border-radius:4px;transition:box-shadow 0.3s ease}.last-news__card:hover{box-shadow:0 4px 20px rgb(0 0 0 / .15)}.news-image{overflow:hidden;height:220px}.news-image a{display:block;height:100%}.news-image img{width:100%;height:100%;object-fit:cover;transition:transform 0.4s ease}.news-image:hover img{transform:scale(1.05)}.news-meta{display:flex;align-items:center;gap:15px;padding:20px 25px 0}.news-tag{background:#39c;color:#fff;font-size:.75rem;font-weight:700;letter-spacing:.5px;padding:4px 10px;text-transform:uppercase;border-radius:2px;margin:0}.news-date{color:#666;font-size:.85rem;margin:0}.news-title{padding:10px 25px 0}.news-title h3{font-size:1.1rem;line-height:1.4;margin:0;color:#003f5c}.news-excerpt{padding:5px 25px 0;flex-grow:1}.news-excerpt p{color:#555;font-size:.9rem;line-height:1.6;margin:0}.news-card-button{padding:20px 25px 25px}.news-card-button .btn-primary{border:1px solid #003f5c;color:#003f5c;display:inline-block;font-size:.8rem;padding:8px 18px;text-decoration:none;text-transform:uppercase;transition:all 0.3s ease}.news-card-button .btn-primary:hover{background:#3985fb;border-color:#3985fb;color:#fff}