.cards-grid-news{display:flex;flex-wrap:wrap;justify-content:center;margin:.5rem}.cards-grid-news article{display:flex;flex-direction:column;height:100%}.cards-grid__item{background-color:transparent;border:1px solid #fefbf7;border-radius:10px;flex:0 0 calc(100% - 1rem);margin:1rem;min-width:256px;text-decoration:none}.cards-grid__item:hover{opacity:.7;text-decoration:none}.card__icon{transition:transform .5s}.cards-grid__item:hover .card__icon{transform:scale(150%)}.card--framed{padding:30px 20px}.card__top-row{display:flex;flex-direction:row-reverse;justify-content:space-between}.card__title{font-family:Inter;font-size:14px;font-weight:700;letter-spacing:0;line-height:120%}.card__desc{flex:auto;font-family:Pangea;font-size:25px;margin:45px 0}.card__desc,.card__footer{font-weight:400;letter-spacing:0;line-height:120%}.card__footer{color:#fefbf7;font-family:Inter;font-size:18px;text-align:right}@media only screen and (min-width:768px){.cards-grid{margin:1.5rem}.cards-grid__item{flex:0 0 calc(50% - 3rem)}}@media only screen and (min-width:1024px){.cards-grid__item{flex:0 0 calc(33.33333% - 7rem)}}