.custom-slide h3 {
  background: #4F74B3;
  color: #fff;
  font-size: 36px;
  line-height: 100px;
  margin: 10px;
  padding: 2%;
  position: relative;
  text-align: center;
}

.center h3 {
  opacity: 0.8;
  transition: all 300ms ease;
}

.center .next-slick-center h3 {
  color: #e67e22;
  opacity: 1;
  transform: scale(1.08);
}