/* <section class="authors container">*/

@media (min-width: 0px) {

	.authors {
		padding: 20px 0;
	}

	/* .author_ik {
		margin-top: 40px;
	} */
.authors__subtitle {
	color: #DC5086;

font-family: Manrope;
font-size: 16px;
font-style: normal;
font-weight: 600;
line-height: 120%; /* 19.2px */
margin-bottom: 8px;
}
	.authors__pretitle {
		color: #000;

		font-family: Manrope;
		font-size: 28px;
		font-style: normal;
		font-weight: 700;
		line-height: 110%;
		margin-bottom: 24px;
	}



	.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: #DC5086;
		font-size: 18px;
		font-style: normal;
		font-weight: 700;
		line-height: 20px;
		text-align: center;
		margin-top: 24px;
		color: #fff;
	}

	.authors__wrapper h2 {
		color:  #151617;
		font-family: Manrope;
		font-size: 28px;
		font-style: normal;
		font-weight: 700;
		line-height: 120%; /* 33.6px */
	}


	.authors__description {
		margin-top: 16px;
		color:  #151617;
		font-family: Manrope;
		font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: 120%; /* 19.2px */
	}

	.authors__image {
		margin-top: 25px;
	}

	.authors__points {
		margin-top: 24px;
		display: flex;
		flex-direction: column;
		gap: 24px;
	}

	.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 {
		color: #151617;
font-size: 20px;
font-style: normal;
font-weight: 700;
line-height: 120%; /* 24px */
	}

	.authors__point-text {
		font-size: 16px;
		font-style: normal;
		font-weight: 500;
		line-height: 130%;
		/* 20.8px */
		margin-top: 10px;
	}


}

@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: 958px) {
	.authors__wrapper {
		grid-template-columns: 1fr 1fr;
    grid-template-rows: 24px 36px 124px 455px;
		grid-column-gap: 20px;
	}
	.author_em {
		grid-template-rows: 24px 36px 124px 380px;
	}

	.author_vm {
		grid-template-rows: 24px 36px 124px 460px;
	}

	.author_ik {
		grid-template-rows: 24px 36px 124px 335px;
	}
	.authors__pretitle {
		font-size: 45px;
		margin-bottom: 40px;
	}

	.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; */
		justify-content: space-between;
	}

	.img-dev {
		display: block;
	}

	.img-mob {
		display: none;
	}


	.author_em .authors__image {
		grid-column-start: 1;
		grid-row-start: 1;
	}

	.author_em .authors__description {
		grid-column-start: 2;
	}
	.author_em h2 {
		grid-column-start: 2;
	}
	.author_em .authors__points {
		grid-column-start: 2;
	}

	.author_vm h2 {
		grid-column-start: 1;
	}

	.author_ik .authors__image {
		grid-column-start: 1;
		grid-row-start: 1;
		margin-top: unset;
	}



	.author_ik h2 {
		grid-column-start: 2;
	}
	.author_ik .authors__points {
		grid-row-start: 4;
		grid-column-start: 2;
	}

	.author_ik .authors__description {
		grid-column-start: 2;
	}

	/* .author_ik {
		margin-top: 50px;
	} */
	.authors__subtitle {
font-size: 20px;
	}

}


@media (min-width: 1243px) {
	.authors__wrapper h2 {
		font-size: 36px;
	}

	.authors__wrapper .design-courses {
		font-size: 20px;
	}

	/* .authors__image img {
		height: 578px;

	} */

	/* .authors__points {
		gap: 37px;
	} */

	.authors__image img {
		width: 600px;
	}

	.authors__wrapper {
		grid-template-columns: 1fr 1fr;
		grid-template-rows: 24px 44px 166px 400px;;
		grid-column-gap: 24px;

	}
	.author_em {
		grid-template-rows: 24px 44px 166px 415px;
	}

	.author_vm {
		grid-template-rows: 24px 44px 166px 465px;
	}

	.author_ik {
		grid-template-rows: 24px 44px 166px 400px;
	}


	.authors {
		padding: 50px 0 0 0;
	}

	body>main>section:nth-child(11) {
		padding: 24px 0 50px;
	}

	.authors__point-achive {
		font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
		/* 33.6px */
	}



	.authors__description {
		font-size: 24px;
font-style: normal;
font-weight: 500;
line-height: 130%; /* 31.2px */
	}

	.authors__point-text {
		font-size: 20px;
		font-style: normal;
		font-weight: 500;
		line-height: 120%;
		/* 24px */
		/* width: 427px; */
	}
}

/*<section class="authors container">