.cards{display:grid;gap:50px;grid:auto/auto;margin:0 2rem}@media screen and (min-width:480px){.cards{grid:auto/auto auto auto;margin:0}}.cards__card{border:none;border-left:4px solid #ddd;border-radius:0;padding:2rem 0 2rem 2rem}.card__title{color:#000;font-size:2.1rem;font-weight:700;margin-bottom:1rem;text-decoration:none;transition:all .35s ease-in-out}.card__text a{color:#000;font-size:1.7rem;font-weight:300}.card__text p{line-height:1.3}.card__text a:hover{color:#08f}.card__date{color:#000;font-size:1.3rem;font-weight:700}