.next-slick .h3,
.h4 {
  background: #4F74B3;
  color: #fff;
  line-height: 150px;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
}

.next-slick .h4 {
  margin-right: 5px;
  position: relative;
}

.dots-cust {
  color: #fff;
}

.dots-cust a {
  display: block;
  background: rgba(200, 200, 200, .4);
  padding: 0 4px;
}

.dots-cust .active a {
  color: rgb(70, 188, 2);
}