.ProductFeatures{ display:flex; flex-wrap: wrap; width:30em; } .ProductFeatures .feature{ flex: 0 0 calc(33.333333% - 24px); display: flex; flex-direction: column; align-items: center; width:115px; height: 115px; justify-content: center; margin:5px; background: rgba(248,248,248,0.5); font-size: 12px; border-radius: 20px; border: 1px solid #E5E5E5; }