.cb-specialist-areas figure {
	position: relative;
	overflow:hidden
}
.cb-specialist-areas figure.image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cb-specialist-areas figure.image.blue::before {
  background: rgba(0, 91, 148, 0.4);
}
.cb-specialist-areas figure.image.orange::before {
  background: rgba(243, 146, 0, 0.4);
}
.cb-specialist-areas figure.image:hover::before {
  background-color: transparent;
}
.cb-specialist-areas .title {
	color: #fff;
	text-decoration: none;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 2.2rem;
	font-family: "Conthrax SemiBold";
}
@media (min-width:576px) {
	.cb-specialist-areas .title {
		font-size: 2rem;
	}
}
@media (min-width:768px) {
	.cb-specialist-areas .title {
		font-size: 2.5rem;
	}
}
@media (min-width:992px) {
	.cb-specialist-areas .title {
		font-size: 1.2rem;
	}
}
@media (min-width:1200px) {
	.cb-specialist-areas .title {
		font-size: 1.4rem;
	}
}
@media (min-width:1400px) {
	.cb-specialist-areas .title {
		font-size: 1.6rem;
	}
}