.cards{padding:100px 0 60px}.cards-bg{background:linear-gradient(#fff,#e9f8fc)}.cards .wrapper{display:flex;flex-wrap:wrap;gap:10px;justify-content:center}.cards .wrapper>a{width:100%}.cards h2{margin-bottom:50px;text-align:center}.card{background-color:#ff8948;border-radius:0 0 0 50px;color:#fff;cursor:pointer;display:flex;flex-direction:column;gap:15px;justify-content:space-between;min-height:311px;padding:32px;transition:all .3s ease}.card__img{flex:1;height:80px;max-height:80px;transition:all .3s}.card__img img{height:100%}.card__title{align-items:center;border-bottom:1px solid #fff;display:flex;font-size:24px;font-weight:700;justify-content:space-between;line-height:35px;padding-bottom:15px}.card__text{font-size:13px;line-height:18px;margin-top:15px;transition:all .3s}@media(min-width:480px){.card{gap:initial}}@media(min-width:965px){.card{height:361px}.card,.cards .wrapper>a{width:32%}.cards a .card{width:100%}}@media(min-width:1024px){.card__title{border-bottom:0}.cards-bg .card{box-shadow:0 3px 6px #10b0e117}.card__text{display:none}.card:hover .card__title{border-bottom:1px solid #fff}.card:hover .card__img{height:60px;max-height:60px}}@media (min-width:1200px){.card{height:361px}}@media(min-width:1322px){.cards .wrapper{justify-content:flex-start}}