.xContentDivider {
	height: .5rem;
	width: 100%;
	background-color: #e9cb4b;
	position: relative;
	z-index: -1;
}

.xContentDivider:before {
	content: "";
    width: 30%;
    border-top: .4rem solid rgb(244, 244, 242);
    border-right: .5rem solid transparent;
    position: absolute;
    min-width: 11rem;
    top: -.05rem
}

@media screen and (max-width: 39.9375em) {
	.fade:after {
		display: none;
	}
	.infoSubject {
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		white-space: normal;
	}
}