.headH .headSub {
	max-width: none;
}

/* .headH .headSub::before {
	content: "About";
}
 */
.aboutAuthor {
	padding: 60px 0 20px 0;
}

.aboutAuthor .aboutCont {
	justify-content: center;
	position: relative;
	display: flex;
	max-width: 95%;
	margin: auto;
	padding: 80px 30px 95px 30px;
	background-color: #fff;
	box-shadow: 0 10px 40px rgba(149,157,165,.2);
	border-radius: 20px;
}

.aboutAuthor .aboutCont img {
	box-shadow: 0 5px 20px rgba(0,0,0,.2);
	padding: 0;
	border: 7px solid #fff;
	width: 120px;
	height: 120px;
	position: absolute;
	border-radius: 50%;
	top: -60px;
	pointer-events: none;
}

.aboutAuthor .aboutCont p {
	margin: 0;
	text-align: center;
	font-family: var(--fontBa);
}

.drK .aboutAuthor .aboutCont {
	background: var(--darkBs);
	box-shadow: 0 10px 40px rgba(0,0,0,.2);
}

.drkM .aboutAuthor .aboutCont img {
	background-image: linear-gradient(to top right,#363636,#717171);
	border-color: #fff;
	box-shadow: 0 10px 40px rgba(0,0,0,.2);
}

.drK .aboutAuthor .aboutCont img {
	border-color: var(--darkBs);
	box-shadow: 0 10px 40px rgba(0,0,0,.2);
}

.aboutAuthor .aboutCont .athrBtn {
	text-align: center;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}

.aboutAuthor .aboutCont .athrBtn .button {
	border-radius: 50px;
	margin: 0 0 30px;
}

.aboutAuthor .aboutCont .athrBtn .button svg {
	stroke: var(--darkT);
	margin-right: 5px;
}

.statsHeading {
	text-align: center;
}

.statsWebsite {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	margin: 12px auto;
}

.statsCont {
	background-color: #fff;
	display: flex;
	justify-content: center;
	padding: 8px;
	width: 95%;
	margin: 12px auto;
	box-shadow: 0 5px 20px rgba(149,157,165,.2);
	border-radius: 20px;
}

.statsCont .stats {
	height: 80px;
	width: 200px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	margin: 0 35px;
}

.statsCont .statsName {
	display: inline-flex;
	align-items: center;
	font-size: 16px;
	font-family: var(--fontBa);
}

.statsCont .statsName svg {
	margin-right: 7px;
}

.statsCont .statsNumber {
	font-family: var(--fontB);
	font-size: 30px;
	margin-top: 6px;
	font-weight: normal;
}

.statsNumber.v >span::before {
	content: attr(data-text);
}

.drK .statsCont {
	background-color: var(--darkBs);
	box-shadow: 0 5px 20px rgba(0,0,0,.2);
}

@media screen and (min-width:641px) {
	.aboutAuthor .aboutCont {
		max-width: 97%;
	}

	.statsWebsite {
		flex-direction: row;
	}

	.statsCont {
		max-width: 46%;
		margin: 12px;
	}
}

.aboutAuthor .aboutCont img {
	background-color: #ffeaef;
}

.drK .aboutAuthor .aboutCont img {
	background-image: linear-gradient(to top right,#363636,#717171);
}