.author-page h2 {
	color: #000;
	font-family: var(--main-font);
	font-size: 34px;
	font-style: normal;
	font-weight: 500;
	/*line-height: 12px;*/
	text-transform: uppercase;
}

.author-page h3 {
	color: #000;
	font-family: var(--main-font);
	font-size: 28px;
	font-style: normal;
	font-weight: 400;
	line-height: 30px; /* 107.143% */
	text-transform: none !important;
}

.author-page a {
	text-decoration: none;
	background-color: transparent;
	padding-bottom: 50px;
	color: #000;
	font-family: var(--main-font);
	font-size: 10px;
	font-style: normal;
	font-weight: 400;
	line-height: 12px; /* 120% */
/*	text-transform: lowercase;*/
	text-align: left;
}

.author-page .post-card {
	padding-bottom: 9px;
	height: 200px;
}

.author-page a::first-letter {
	text-transform: capitalize;
}

.author-page a:hover {
	text-decoration: none;
	color: black;
}

.author-page .author_posts {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	justify-content: center;
	padding-left: 0;
}

.author-page .author_posts li {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	width: 25%;
}

/* //RESPONSIVE */

@media (max-width: 425px) {
	.author-page img {
	    height: 130px;
	}

	.di__container-big {
	    padding: 20px 0px;
	}

	.author-page .author_posts li {
	    display: flex;
	    flex-direction: column;
	    align-items: flex-start;
	    justify-content: center;
	    width: 45%;
	}

	.author-page .author_posts {
	    justify-content: space-between;
	}

	.author-page.di__container-big
 	{
		padding: 20px;
	}
}
