@media (max-width: 768px) {
  body {
    overflow-x: hidden;
  }
}

.goodness .content ul li .pic {
  display: flex;
  justify-content: center;
  align-items: center;
}