herb-grid-wrapper {
  width: 100%;
}
.herb-grid {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: flex-start;
  position: relative;
}
.herbinfo {
    background-color: #332C2C;
    width: 275px;
	height: 350px;
	overflow:auto;
    border: 2px solid #000;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-items: flex-start;
    align-items: flex-start;
    margin: 10px 10px;
    box-shadow: 5px 5px 20px 0px rgba(0,0,0,0.2);
    		  img {
      width: 195px;
      height: 150px;

  }
}