.cards{padding:60px 0}.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}.cards h2.with-deskr{margin-bottom:24px}.cards__txt{font-size:16px;line-height:1.5;margin:0 auto 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:28px;transition:all .3s ease}.card__img{flex:1;height:60px;max-height:60px}.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:33px;padding-bottom:15px}.card__text{font-size:16px;line-height:24px;margin-top:15px}@media(min-width:480px){.card{gap:initial}}@media(min-width:965px){.card{height:361px;width:32%}.cards .wrapper>a{width:auto}.cards__txt{max-width:740px}}@media(min-width:1024px){.cards-bg .card{box-shadow:0 3px 6px #10b0e117}}@media (min-width:1200px){.card{height:400px;width:32.7%}}