:root {


--dark : #0A2B58;


}


.cjweb-hero-title h1::after {
	content: initial;
  position: initial;
  width: initial;
  height: initial;
  background: initial;
  bottom: initial;
  z-index: initial;
  left: initial;
  transform: initial;
}


.cjweb-hero-title h1 .title::after {
	content: '';
	position: absolute;
	width: calc( 100% + 10px );
	height: 4px;
	background: var(--contrast);
	bottom: 52px;
	z-index: -1;
	left: -5px;
	transform: skew(-10deg, 0deg) rotate(0.5deg);
}

.cjweb-hero-title h1 .subtitle{
	font-weight : 300;
	font-size : 22px;
}

.cjweb-contactinfo{
	margin-bottom : 10px !important;
}