/* <section class="authors container">*/

@media (min-width: 0px) {

	.authors {
		padding: 20px 0;
	}

	/* .authors__head {
		display: flex;
		gap: 10px;
		flex-direction: column;
	} */
 
	.authors__head > div {
		display: flex;
		flex-direction: row;
		gap: 16px;
	}

	.authors__free,
	.authors__date {
		background: transparent;
		padding: 8px 0;
		display: flex;
		align-items: center;
		justify-content: center;
		font-size: 12px;
		line-height: 16px;
		text-align: center;
		letter-spacing: 0.03em;
		color: #1F262D;
		border: 1px solid #FAD1CE;
		border-radius: 100px;
		width: 111px;
	}

	.authors__date {
		width: 164px;
	}

	.authors__wrapper .design-courses {
		margin-top: 25px;
		font-size: 20px;
		line-height: 120%;

		color: #BC625C;
	}


	.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;
		color: #1D1D1B;
		margin-top: 10px;
	}


	.authors__description {
		margin-top: 16px;
		font-size: 14px;
		font-weight: 400;
		font-family: 'Gotham Pro';
		color: #1D1D1B;

		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: #1D1D1B;
	}

	.authors__point-text {
		font-weight: 400;
		font-size: 14px;
		line-height: 150%;
		font-family: 'Gotham Pro';
		margin-top: 10px;
		color: #1D1D1B;
	}


}

@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;
	}
	.authors__free, .authors__date {
    background: transparent;
    padding: 12.5px 0;
		/* font-size: 18px; */
		/* line-height: 26px; */
		max-width: 242px;
	}
	.authors__date {
		max-width: 242px;
	}

}

@media (min-width: 957px) {
	.authors__wrapper {
		grid-template-columns: 1fr 1fr;
		grid-template-rows: 20px 41px 137px;
		grid-column-gap: 20px;
	}

	.authors__btn {
		margin-top: 40px;

		max-width: 386px;
		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;
	}
	.authors__free, .authors__date {
    background: transparent;
    padding: 12.5px 0;
		font-size: 18px;
		line-height: 26px;
		max-width: 242px;
		width: 100%;
	}
}


@media (min-width: 1243px) {
	.authors__wrapper h2 {
		font-size: 36px;
	}

	.authors__image img {
		height: 644px;

	}

	.authors__points {
		gap: 40px;
	}

	.authors__image img {
		width: unset;
	}

	.authors__wrapper {
		grid-template-rows: 52px 88px 20px;
		grid-column-gap: 20px;
		grid-template-columns:  1fr 635px;
	}

	.authors {
		padding: 64px 0;
	}





	.authors__description {
		font-size: 20px;
		max-width: 616px;
		line-height: 150%;
	}

	.authors__point-text {
		font-size: 16px;
		width: 650px;
	}
}

/*<section class="authors container">