.second-banner-content ul {
  background: #fff;
  display: flex;
  list-style: none;
  padding: 0;
  border: 1px solid #e6e6e6;
}
.first_banner {
  text-align: center;
}
.second-banner-content {
  margin: auto;
}
.grocery-left {
  float: left;
}
.grocery-right-product {
  float: left;
}
.grocery-content-body {
  background: #fff;
  display: flex;
  padding: 18px;
  border: 1px solid #cccccc;
  border-radius: 10px;
}
.third-banner-content img {
  width: 100%;
}
