.responsive {
	width: 95%;
	height: auto;
}

li {
  list-style: none;
  color: #FBFCF7;
}

li:before {
  /* For a round bullet */
  /* content: '\2022'; */
  /* For a square bullet */
  content:'\25A0';
  display: block;
  position: relative;
  max-width: 0px;
  max-height: 0px;
  left: -20px;
  top: -0px;
  color: #DB3C39;
  font-size: 15px;
}
