.what-we-do{background:#fff;padding:0}.what-we-do__title{font-size:38px!important;line-height:1.1em!important;margin-bottom:25px}.what-we-do__grid{display:grid;gap:24px;grid-template-columns:repeat(3,1fr)}.what-we-do__card{border-radius:12px;color:#fff;padding:28px;transition:all .3s ease}.what-we-do__card:hover{transform:translateY(-6px)}.what-we-do__icon img{height:32px;margin-bottom:20px;width:32px}.what-we-do__card-title{font-size:19px;font-weight:700;margin-bottom:10px}.what-we-do__desc{font-size:16px;line-height:1.5;opacity:.9}@media (max-width:991px){.what-we-do__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:575px){.what-we-do__grid{grid-template-columns:1fr}}