.what-you-get.card-wrapper{display:flex;flex-wrap:wrap;gap:20px;justify-content:center}.what-you-get .card-item{background-color:#000;border-radius:16px;flex:0 0 calc(20% - 20px);padding:32px}.what-you-get .card-item img{max-width:50px}.what-you-get .card-item h3{font-weight:700;margin-bottom:5px}.what-you-get .card-item h3,.what-you-get .card-item p{color:#fff;font-family:DM Sans;font-size:18px;letter-spacing:0;line-height:24px;margin-top:30px}.what-you-get .card-item p{font-weight:400}@media (max-width:768px){.what-you-get.card-wrapper .card-item{flex:0 0 calc(50% - 10px)}}@media (max-width:480px){.what-you-get.card-wrapper .card-item{flex:0 0 100%}}