
  .custom-list {
	margin-left: 30px;
  }
  @media screen and (max-width: 767px) { 
	.custom-list {
	  margin-left: 20px;
	}
  }
