.single__wrap a {
 word-break: break-all;
}

.single__wrap > div  {
    margin-bottom: 10px;
}


.single__wrap h3 {
	font-size: 2rem;
	font-weight: bold;
	padding-bottom: 8px;
	line-height: 1.6;
	border-bottom: 2px solid #e5eae9;
	position: relative;
	margin-bottom: 20px;
    margin-top: 36px;
	letter-spacing: 2px;
}
.bdr__title:after,
.single__wrap h3:after {
	content: "";
	width: 40px;
	height: 2px;
	background: #00a5b9;
	position: absolute;
	left: 0;
	bottom: -2px;
}
.bdr__subtitle,
.single__wrap h4 {
	font-size: 1.7rem;
	font-weight: bold;
	padding-left: 16px;
	border-left: 2px solid #00a5b9;
	letter-spacing: 1px;
	margin-top: 28px;
    margin-bottom: 20px;
}