.authors {
	padding: 64px 0;
}

.authorsInner {
	display: flex;
	flex-direction: column;
}

.authorMain {
	display: flex;
	gap: 25px;
}

.authorMainText {
	width: 703px;
}

.authorMainPretitle {
	color: #BC625C;
	font-family: Manrope;
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: 120%
}

.authorTitle {
	color: #151617;
	margin-top: 8px;
	font-family: Manrope;
	font-size: 40px;
	font-style: normal;
	font-weight: 700;
	line-height: 120%;
	/* 48px */
	text-transform: uppercase;
}

.authorText {
	margin-top: 24px;
	color: #151617;

	font-family: Manrope;
	font-size: 24px;
	font-style: normal;
	font-weight: 500;
	line-height: 140%;
}

.authorPoints {
	margin-top: 24px;
}

.authorPoint {
	display: flex;
	gap: 15px;
	padding: 15px 0;
	border-top: 1px solid #BC625C;
	border-bottom: 1px solid #BC625C;
}

.authorPoints .authorPoint:nth-child(2) {
	border-top: unset;
}

.authorPoints .authorPoint:nth-child(3) {
	border-top: unset;
	border-bottom: unset;
}

.authorPointInfo {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.authorPointInfoTitle {
	font-family: Manrope;
	font-size: 28px;
	font-style: normal;
	font-weight: 700;
	line-height: 120%
}

.authorPointInfoText {
	color: #151617;

	font-family: Manrope;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: 140%;
}

.authorButton {
	margin-top: 45px;
	align-self: center;
	width: 100%;
	max-width: 598px;
	padding: 16px 0;
	text-align: center;
	color: #FFF;
	border-radius: 16px;
	background: #BC625C;
	text-align: center;
	font-family: Manrope;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: 20px
}

.authorImg {
	width: 493px;
}

@media screen and (max-width: 1244px) {
	.authorMainPretitle {
		font-size: 14px;
	}

	.authorTitle {
		font-size: 28px;
	}

	.authorText {
		font-size: 14px;
	}

	.authorPointInfoTitle {
		font-size: 20px;
	}

	.authorPointInfoText {
		font-size: 16px;
	}
}

@media screen and (max-width: 960px) {
	.authorImg {
		width: 100%;
		margin-top: 24px;
	}

	.authorPoint {
		padding: 12px 0;
	}

	.authorPoint svg {
		min-width: 43px;
	}

	.authorButton {
		margin-top: 24px;
		font-size: 18px;
	}
}