.hair-curl-lotion { background:#ffe5f1; }

.hair-curl-lotion-list ul { list-style: none; /* Remove default bullets */  }

.hair-curl-lotion-list ul li { position:relative; margin-left:-22px; margin-bottom:10px; }

.hair-curl-lotion-list ul li::before {
  content: "\2022";
  color:#e3569a;
  font-size:40px;
  font-weight:bold;
  display: inline-block;
  left:-20px;
  top:-15px;
  position:absolute;
  }
  
 .hair-perm-water { background:#ffeaf3; }

.hair-perm-watern-list ul { list-style: none; /* Remove default bullets */  }

.hair-perm-water-list ul li { position:relative; margin-left:-22px; margin-bottom:10px; }

.hair-perm-water-list ul li::before {
  content: "\2022";
  color:#e25193;
  font-size:40px;
  font-weight:bold;
  display: inline-block;
  left:-20px;
  top:-15px;
  position:absolute;
  }
 
.hair-style { float:left; margin-top:-15px; margin-right:20px;  }

.hair-style img { margin-bottom:10px; transition:0.5s; }

.hair-style img:hover {opacity:0.6; }

/* Mobile */

@media only screen and (max-width : 768px) {


.hair-style { float:none;display:inline-block; margin-top:0; margin-right:0;}

}