.photographers-page {
	padding-top: 4rem;
	min-height : calc(100vh - 441px);
}

.photographers-page .title{
	margin-bottom: 5.5rem;
}

.photographer__content-none {
	text-align: center;
}

.photographers-page__title a {
	font-style : normal;
	font-weight: 600;
	font-size  : 24px;
	line-height: 150%;


	letter-spacing: 0.25em;
	text-transform: uppercase;

	color        : #AB0635;
	position     : relative;
	margin-bottom: 3.8rem;
}

.photographers-page__title a::after {
	position  : absolute;
	content   : "";
	width     : 30px;
	height    : 4px;
	background: #D6D6D6;
	bottom    : -5px;
	left      : 15px;
	transform : translateX(-50%);
}


.photographers-page .title::after {
	position  : absolute;
	content   : "";
	width     : calc(100% - 35px);
	height    : 4px;
	background: #D6D6D6;
	transform : matrix(1, 0, 0, -1, 0, 0);
	bottom    : 14px;
	left      : 2.5rem;
}

.photographers-page .title {
	position: relative;
}

.photographers-page .title p {
	font-style : normal;
	font-weight: 600;
	font-size  : 24px;
	line-height: 33px;

	letter-spacing: 0.25em;
	text-transform: uppercase;

	color: #AB0635;
}

.photographers-page .author>img {
	width    : 120px;
	max-height: 120px;
	border-radius: 100%;
	margin-bottom: 1rem;
}

.photographers-page .author {
	text-align: center;
}

.photographers-page .photographers-page__authors {
	display              : grid;
	grid-template-columns: repeat(4, 1fr);
}

.author-position span {
	font-style    : normal;
	font-weight   : normal;
	font-size     : 14px;
	line-height   : 175%;
	text-transform: capitalize;


	text-align: center;

	color: #84919C;
}

.author-position {
	margin-bottom: 0.7rem;
}

.author-position .author-position__role {
	position     : relative;
	padding-right: 10px;
}

.author-position .author-position__role::after {
	position  : absolute;
	content   : "";
	width     : 0.5px;
	height    : 15px;
	background: #84919C;
	right     : 3px;
	bottom    : 1px;
}

.author-name {
	font-style : normal;
	font-weight: 600;
	font-size  : 16px;
	line-height: 150%;

	text-align: center;

	color: #AB0635;
}


@media only screen and (max-width:992px) {
	section.photographers-page .photographers-page__authors {
		display              : grid;
		grid-template-columns: repeat(2, 1fr);
	}

	.photographers-page div.title::after {
		width: calc(100% - 40px);
	}

}

@media only screen and (max-width: 768px){
	section.photographers-page .title{
		margin-bottom: 3.7rem;
	}
}