.em-products-grid{
    display:flex;
    flex-wrap:wrap;
    gap:18px;
}
.em-product{
    width:25%;
    background:#fff;
    border:1px solid #e6e6e6;
    padding:12px;
    box-sizing:border-box;
}
.em-product-icon{
    max-width:70px;
    height:auto;
}
.em-product-title {
  font-size: 16px;
  margin: 8px 0 6px 0;
  margin-block-end: 0px !important;
}
.em-product-desc{
    font-size:13px;
    color:#555;
}
