/* <section class="authors container">*/

@media (min-width: 0px) {

	.authors {
		padding: 20px 0;
	}




	.authors__pretitle {
		display: none;
		font-family: Manrope;
		font-size: 16px;
		font-style: normal;
		font-weight: 600;
		line-height: 120%;
	}


	.authors__wrapper .design-courses {
		color: #F47A91;
		font-weight: 600;
		font-size: 16px;
	}


	.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: 100%;
		max-width: 598px;
		height: 52px;
		padding: 13px 60px;
		border-radius: 16px;
		background: #F47A91;
		font-size: 18px;
		font-style: normal;
		font-weight: 700;
		line-height: 20px;
		text-align: center;
		margin-top: 24px;
		color: #fff;
	}

	.authors__wrapper h2 {
		font-size: 28px;
		font-weight: 600;
		margin-top: 10px;
	}


	.authors__description {
		margin-top: 16px;
		font-size: 14px;
		font-weight: 500;
		line-height: 130%;
	}

	.authors__image {
		margin-top: 25px;
	}

	.authors__points {
		margin-top: 35px;
		display: flex;
		flex-direction: column;
		gap: 30px;
	}

	.authors__image img {
		width: 100%;
	}

	.authors__point {
		display: flex;
		/* flex-direction: column; */
		gap: 15px;
	}

	.authors__point svg {
		position: relative;
		max-width: 43px;
		max-height: 43px;
		width: 100%;
	}


	.authors__point-achive {
		font-size: 20px;
		font-style: normal;
		font-weight: 700;
		line-height: 110%;
	}

	.authors__point-text {
		font-size: 16px;
		font-style: normal;
		font-weight: 500;
		line-height: 130%;
		/* 20.8px */
		margin-top: 8px;
	}


}

@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 45px;
		grid-column-gap: 20px;
	}

	.authors__pretitle {
		font-size: 45px;
		margin-bottom: 45px;
	}

	.authors__btn {
		margin-top: 48px;
	}

	.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;
	}


	.author_vm .authors__image {
		grid-column-start: 1;
		grid-row-start: 1;
	}

	.author_vm .authors__description {
		grid-column-start: 2;
	}

	.author_vm .authors__points {
		grid-column-start: 2;
	}

	.author_vm h2 {
		grid-column-start: 2;
	}

}


@media (min-width: 1243px) {
	.authors__wrapper h2 {
		font-size: 36px;
	}

	.authors__pretitle {
		color: #000;
		display: block;
	}

	/* .authors__image img {
		height: 578px;

	} */

	.authors__points {
		gap: 30px;
	}

	.authors__image img {
		width: 600px;
	}

	.authors__wrapper {
		grid-template-rows: 20px 45px 0;
		grid-column-gap: 24px;

	}

	.author_vm {
		grid-template-rows: 24px 44px 190px 400px;
	}

	.author_ik {
		grid-template-columns: 1fr 1fr;
	}

	.authors {
		padding: 50px 0 100px 0;
	}

	body>main>section:nth-child(11) {
		padding: 24px 0 50px;
	}

	.authors__point-achive {
		font-size: 26px;
		font-style: normal;
		font-weight: 700;
		line-height: 120%;
		/* 33.6px */
	}



	.authors__description {
		font-size: 24px;
		max-width: 584px;
		line-height: 150%;
	}

	.authors__point-text {
		font-size: 20px;
		font-style: normal;
		font-weight: 500;
		line-height: 120%;
		/* 24px */
		width: 518px;
	}
}

/*<section class="authors container">