.section{background-color:#f3eded;border-radius:8px}.center{text-align:center}.wrapper{column-gap:40px;display:grid;grid-template-columns:repeat(3,1fr);margin:0 5%;row-gap:20px}.item{align-items:center;display:flex;flex-direction:row;gap:8px;justify-content:flex-start}.icon{height:28px!important;text-align:center;width:28px!important}.text{width:100%!important}.icon img{height:auto;width:25px!important}@media screen and (max-width:768px){.wrapper{grid-template-columns:1fr;margin:0 5%}}