.bwell-product-grid{
display:grid;
grid-template-columns:repeat(4,1fr);
gap:40px;
}

.products img{
background:#f3f5f8;
border-radius:50%;
padding:30px;
}