.cards{display:grid;gap:25px;grid-template-columns:calc(33.33% - 16.66667px) calc(33.34% - 16.66667px) calc(33.33% - 16.66667px)}.cards__card{background-color:#eee;border-radius:30px}.cards__card.card{border-radius:30px;display:flex;flex-direction:column}.card__image{border-radius:30px 30px 0 0;margin:0 auto;object-fit:cover;width:100%}.card__content{display:flex;flex-direction:column;height:100%;justify-content:space-between;padding:30px}.card__text h3{color:#000;font-size:18px;font-weight:700;line-height:1.1;margin-bottom:10px}.card__text p{color:#999;font-size:14px}.card__text a{color:var(--color-primary)}.card__button{margin-bottom:20px;margin-top:40px;width:100%}.cards .button{background-color:#333;border:none;padding:15px 35px;width:100%}.cards .button:hover{background-color:transparent;border:1px solid #000;color:#000}@media screen and (min-width:992px){.card__image{height:250px;object-position:0 -70px}}@media screen and (max-width:991.99px){.card__button{padding:0 1rem 2rem}}@media screen and (min-width:768px) and (max-width:991.99px){.card__text ul{padding-left:1rem}.card__image{height:250px}}@media screen and (max-width:768px){.cards{display:block;width:100%}.cards__card{margin-bottom:20px;width:100%}.card__image{height:250px}}