.slick-arrow::before {
  font-family: 'hdf-arrows';
  font-size: 7.5vw;
  color: #00b3c5;
  line-height: 0.39;
}

.slick-arrow::hover::before {
  color: #acd8e2;
}
@media only screen and (max-width: 600px) {
.slick-arrow::before {
	
	font-weight: 600;
	font-size: 11.5vw;
}
}