.author__top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 20px;
	gap: 20px;
}

.author__title {
	margin-bottom: 0;
	font-size: calc(25px + 11 * ((100vw - 320px) / 1600));
	font-weight: 600;
	color: #332323;
	font-family: Mazzard;
}

.author__socials a {
	background: #fff;
	color: #67bfff;
}

.author__socials img {
	filter: brightness(1) invert(0);
	transition: all .3s;
}

.author__socials a:hover img {
	filter: brightness(0) invert(100);
}

.author__img {
	width: 100%;
	max-width: 534px;
	margin-bottom: calc(15px + 20 * ((100vw - 320px) / 1600));
}

.author__text {
	color: #696C8F;
	font-weight: 500;
	line-height: 24 / 16;
}

.single-news__tags .button {
	font-size: 14px;
	margin-right: 10px;
}

.single-news__title {
	margin-bottom: 10px;
	font-size: calc(25px + 7 * ((100vw - 320px) / 1600));
}

.single-news .link__text {
	font-size: 14px;
}

.single-news .inner__text {
	max-width: 680px;
	margin: 0 auto;
}

.single-news .comment__number {
	margin-left: 5px;
}

. @media(max-width: 575px) {
	.author__top {
		display: grid;
	}
}
