.wcl_line .wcl-title span {
	position: relative;
}
.wcl_line .wcl-title span:before {
	content: "";
	position: absolute;
	display: inline-block;
	/* max-width: 406px; */
	width: calc(100% - 17px);
	left: 0;
	height: 2px;
	background-color: var(--black);
	/*	bottom: -28px;*/
	bottom: -15px;
	transition: all 1s;
} 
.wcl_line .wcl-title span:after {
	content: "";
	position: absolute;
	display: inline-block;
	background: url(../images/banner-tag.svg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	width: 56px;
	height: 33px;
	right: 10px;
	/*	bottom: -29px;*/
	bottom: -16px;
	transition: all 1s;
	transform: translateX(100%);
}

/*.platform_banner .wcl_line .wcl-title span:before {
	bottom: -15px;
}
.platform_banner .wcl_line .wcl-title span:after {
	bottom: -16px;
}

.haven.wcl_line .wcl-title span:before, 
.haven.wcl_line .wcl-title span:after {
	bottom: -26px;
}*/

/*
.heal_banner h2::after, .heal_banner h2::before {

}*/

.heal_banner.wcl_line h2::before, .platform_banner .wcl_line h1::before, .survey_banner.wcl_line h1::before, .heal_banner.haven.wcl_line h1::before,
.heal_banner.wcl_line h2::after, .platform_banner .wcl_line h1::after, .survey_banner.wcl_line h1::after, .heal_banner.haven.wcl_line h1::after {
	display: none;
}

/* Hover */
.wcl_line:hover .wcl-title span:before {
  background-color: #84a4bb;
}

.wcl_line:hover .wcl-title span:before {
	width: calc(100% + 40px);
	/*	width: calc(100% - 17px);*/
}

.wcl_line:hover .wcl-title span:after {
/*	right: calc( (5vw + 7px) * -1 );*/
	right: -47px;
	/*	right: 10px;*/
}

.haven.wcl_line:hover .wcl-title span:before,
.heal_banner.wcl_line:hover .wcl-title span:before {
	width: calc(100% + 20px);
}
.haven.wcl_line:hover .wcl-title span:after,
.heal_banner.wcl_line:hover .wcl-title span:after {
	right: -27px;
}


@media (max-width: 1040px) {
    .wcl_line .wcl-title span:before {
        bottom: -14px;
    }
    .wcl_line .wcl-title span:after {
    	width: 44px;
        height: 30px;
		/* bottom: -18px;*/
    }
}

@media (max-width: 768px) {

	.wcl_line .wcl-title span:before,
	.wcl_line:hover .wcl-title span:before {
		width: calc(100% - 25px);
	}

	.wcl_line .wcl-title span:after,
	.wcl_line:hover .wcl-title span:after {
		right: 15px;
	}

}

@media (max-width: 580px) {

	.wcl_line .wcl-title span:before {
	    bottom: -22px;
	}
	.wcl_line .wcl-title span:after {
		bottom: -24px;
	}
/*	.wcl_line .wcl-title span:after,
	.haven.wcl_line .wcl-title span:after {
        bottom: -32px;
    }
    .platform_banner .wcl_line .wcl-title span:before,
    .survey_banner.wcl_line .wcl-title span:before {
    	bottom: -22px;
    }
    .platform_banner .wcl_line .wcl-title span:after,
    .survey_banner.wcl_line .wcl-title span:after {
    	bottom: -24px;
    }*/

}