
ul.no-bullet {
	list-style-type: none; /* Remove bullets */
	padding: 0; /* Remove padding */
	margin: 0; /* Remove margins */
    min-height: 200px;
  }

  .img-100{
    width: 100px;
    height: 100px;
  }