/* <section class="authors container">*/

@media (min-width: 0px) {

	.authors {
		padding: 40px 0;
		background: #1F262D;
	}


	.authors__button {
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.img-dev {
		display: none;
	}

	.authors__wrapper {
		display: grid;
		grid-template-columns: 1fr;
	}

	.authors__btn {
		width: 343px;
		height: 48px;
		background: #FAD1CE;
		border-radius: 56px;
		font-size: 20px;
		line-height: 20px;
		color: #1D1D1B;
		display: flex;
		justify-content: center;
		align-items: center;
		margin-top: 25px;
	}

	.authors__wrapper h2 {
		font-size: 28px;
		text-transform: uppercase;
		font-weight: 400;
		margin-top: 10px;
		color: #fff;
	}


	.authors__description {
		margin-top: 16px;
		font-size: 14px;
		font-weight: 400;
		font-family: 'Gotham Pro';
		color: #fff;
		line-height: 130%;
	}

	.authors__image {
		margin-top: 25px;
	}

	.authors__points {
		margin-top: 40px;
		display: flex;
		flex-direction: column;
		gap: 30px;
	}

	.authors__image img {
		width: 100%;
	}

	.authors__point {
		display: flex;
		flex-direction: row;
		gap: 15px;
	}

	.authors__point svg {
		position: relative;
		max-width: 83px;
		max-height: 85px;
	}

	.authors__point div {
		max-width: 295px;
		width: 100%;
	}

	.authors__point-achive {
		font-size: 18px;
		line-height: 120%;
		color: #fff;
	}

	.authors__point-text {
		font-weight: 400;
		font-size: 14px;
		line-height: 150%;
		font-family: 'Gotham Pro';
		margin-top: 10px;
		color: #fff;
	}


}

@media (min-width: 639px) {
	.authors__point {
		flex-direction: column;
	}



	.authors__points {
		flex-direction: row;
		gap: 25px;
	}

	.authors__point-achive {
		font-size: 16px;
	}

	.authors__point-text {
		font-size: 12px;
	}

}

@media (min-width: 957px) {
	.authors__wrapper {
		grid-template-columns: 1fr 1fr;
		grid-template-rows: 20px 41px 200px;
		grid-column-gap: 20px;
	}

	.authors__btn {
		margin-top: 40px;

		width: 598px;
		height: 56px;
	}

	.authors__points {
		flex-direction: column;
		grid-row-start: 4;
	}

	.authors__point {
		flex-direction: row;
	}

	.authors__description {
		grid-column-start: 1;
		font-size: 18px;
	}

	.authors__image {
		grid-column-start: 2;
		grid-row-start: 1;
		margin-top: unset;
	}

	.authors__point-achive {
		font-size: 24px;
	}

	.authors__point-text {
		font-size: 14px;
	}

	.authors__point div {
		max-width: 512px;
	}

	.authors__wrapper h2 {
		font-size: 32px;
	}

	.authors__image img {
		height: 576px;

	}

	.authors__points {
		gap: 30px;
	}

	.img-dev {
		display: block;
	}

	.img-mob {
		display: none;
	}

}


@media (min-width: 1243px) {
	.authors__wrapper h2 {
		font-size: 36px;
	}

	.authors__image img {
		height: 578px;

	}

	.authors__points {
		gap: 40px;
	}

	.authors__image img {
		width: unset;
	}

	.authors__wrapper {
		grid-template-rows: 25px 44px 190px;
		grid-column-gap: 20px;
		grid-template-columns: 708px 1fr;
	}

	.authors {
		padding: 128px 0;
	}





	.authors__description {
		font-size: 20px;
		max-width: 616px;
		line-height: 150%;
	}

	.authors__point-text {
		font-size: 16px;
		width: 650px;
	}
}

/*<section class="authors container">