.cards__container{display:flex;flex-wrap:wrap;align-items:stretch;justify-content:center;width:calc(100% + 5rem);margin:-2.5rem}.cards__card{display:flex;flex-direction:column;max-width:33rem;margin:2.5rem;padding:3rem}a.cards__card{text-decoration:none;font-weight:inherit}a.cards__card:hover{color:inherit !important}.cards__card--1{width:calc(100% - 5rem)}.cards__card--2{max-width:none;width:calc(50% - 5rem)}.cards__card--3{width:calc(33.33% - 5rem)}.cards__card--4{width:calc(25% - 5rem)}.cards__card--5{width:calc(20% - 5rem)}.cards__img{margin-bottom:1rem}.cards__img{object-fit:cover;object-position:center;font-family:"object-fit: cover, object-position: center"}.cards__title{padding-bottom:.8em;margin-bottom:.7em;border-bottom-width:2px;border-bottom-style:solid}.cards__text{max-width:100%}.cards__arrow{text-align:right;font-size:2.7rem;margin-top:auto;line-height:1}.cards__button{margin-top:auto}@media only screen and (max-width:1024px){.cards__container{width:calc(100% + 5rem);justify-content:space-around}.cards__card--1{width:calc(100% - 5rem)}.cards__card--2{width:calc(100% - 5rem)}.cards__card--3{width:calc(100% - 5rem)}.cards__card--4{width:calc(50% - 5rem)}.cards__card--5{width:calc(50% - 5rem)}}@media only screen and (max-width:640px){.cards__card--1,.cards__card--2,.cards__card--3,.cards__card--4,.cards__card--5{width:calc(90% - 5rem);max-width:none}}