/* <section class="author container">*/

@media (min-width: 0px) {

	.author {
		padding: 20px 0;
		background: #fff;
		border: none;
		border-radius:  0 0 20px 20px;
	}

.top {
	width: 100%;
	height: 4px;
	background: #fff;
	position: relative;
	top: -2px;
}


	.author__pretitle {
		color: #151617;

		font-family: Manrope;
		font-size: 28px;
		font-style: normal;
		font-weight: 700;
		line-height: 120%; /* 33.6px */
	}


	.author__wrapper .design-courses {
		color: #F47A91;
		font-weight: 600;
	}


	.author__button {
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.img-dev {
		display: none;
	}

	.author__wrapper {
		display: grid;
		grid-template-columns: 1fr;
	}

	.author__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;
	}

	.author__wrapper h2 {
		font-size: 28px;
		font-weight: 700;
		line-height: 120%;
		margin-top: 10px;
		color: #FA4EA0;
	}


	.author__description {
		margin-top: 16px;
		font-size: 16px;
		font-weight: 500;
		line-height: 120%;
	}

	.author__image {
		margin-top: 25px;
	}

	.author__points {
		margin-top: 35px;
		display: flex;
		flex-direction: column;
		gap: 30px;
	}

	.author__image img {
		width: 100%;
	}

	.author__point {
		display: flex;
		/* flex-direction: column; */
		gap: 15px;
	}

	.author__point svg {
		position: relative;
		max-width: 43px;
		max-height: 43px;
		width: 100%;
	}


	.author__point-achive {
		font-size: 20px;
		font-style: normal;
		font-weight: 700;
		line-height: 110%;
		color: #151617
	}

	.author__point-text {
		font-size: 16px;
		font-style: normal;
		font-weight: 500;
		line-height: 130%;
		/* 20.8px */
		margin-top: 8px;
		color: #151617
	}


}

@media (min-width: 639px) {
	.author__point {
		flex-direction: column;
	}



	.author__points {
		flex-direction: row;
		gap: 25px;
	}

	/* .author__point-achive {
		font-size: 16px;
	} */

	/* .author__point-text {
		font-size: 12px;
	} */

}

@media (min-width: 957px) {
	.author__wrapper .design-courses {
    font-size: 20px;
}
	.author__wrapper {
		grid-template-columns: 1fr 1fr;
		grid-template-rows: 0 56px 0px 417px;
		grid-column-gap: 20px;
	}

	.author__pretitle {
		font-size: 45px;
		margin-bottom: 40px;
	}

	.author__btn {
		margin-top: 48px;
	}

	.author__points {
		flex-direction: column;
		grid-row-start: 4;
	}

	.author__point {
		flex-direction: row;
	}

	.author__description {
		grid-column-start: 2;
		font-size: 18px;
	}

	.author__image {
		grid-column-start: 1;
		grid-row-start: 1;
		margin-top: unset;
	}

	.author__point-achive {
		font-size: 24px;
	}

	/* .author__point-text {
		font-size: 14px;
	} */

	.author__point div {
		max-width: 512px;
	}

	.author__wrapper h2 {
		font-size: 32px;
		/* margin-top: 24px; */
	}

	/* .author__image img {
		height: 576px;

	} */

	.author__points {
		gap: 30px;
	}

	.img-dev {
		display: block;
	}

	.img-mob {
		display: none;
	}


	.author_vm .author__image {
		grid-column-start: 2;
		grid-row-start: 1;
	}

	.author_vm .author__description {
		grid-column-start: 1;
	}

	.author_vm .author__points {
		grid-column-start: 1;
	}

	.author_vm h2 {
		grid-column-start: 1;
	}

}


@media (min-width: 1243px) {
	.author__wrapper h2 {
		font-size: 36px;
	}

	.author__pretitle {
		color: #000;
		display: block;
	}

	/* .author__image img {
		height: 578px;

	} */

	.author__points {
		gap: 30px;
	}

	.author__image img {
		width: 600px;
	}

	.author__wrapper {
		grid-template-rows: 0 50px 0px 458px;
		grid-column-gap: 24px;

	}

	.author_ik {
		grid-template-rows: 24px 44px 106px 406px;
	}

	.author_vm {
		grid-template-columns: 1fr 1fr;
	}

	.author {
		padding: 0px 0 64px 0;

	}

	body>main>section:nth-child(11) {
		padding: 24px 0 50px;
	}

	.author__point-achive {
		font-size: 26px;
		font-style: normal;
		font-weight: 700;
		line-height: 120%;
		/* 33.6px */
	}



	.author__description {
		font-size: 24px;
		max-width: 600px;
	}

	.author__point-text {
		font-size: 20px;
		font-style: normal;
		font-weight: 500;
		line-height: 120%;
		/* 24px */
		width: 518px;
	}
}

/*<section class="author container">