@media (min-width: 0) {


	.header {
		padding: 20px 0;
	}

	.header__content {
		display: flex;
		flex-direction: column;
	}

	.pretitle {
		font-size: 20px;
		line-height: 120%;
		color: #BC625C;

	}

	.title {
		margin-top: 10px;
		font-size: 27px;
		line-height: 119.5%;
		text-transform: uppercase;
		color: #1D1D1B;
		text-align: center;
	}

	.title span {
		color: #BC625C;
	}

	.posttitle {
		margin-top: 15px;
		text-align: center;
		font-family: 'Gotham Pro';
		font-size: 14px;
		line-height: 130%;
		color: #1D1D1B;
	}


	.header__content-author,
	.header__author-img {
		position: relative;
		display: flex;
		justify-content: center;
	}

	.header__author-img svg {
		position: absolute;
		z-index: -1;
		right: 0;
		bottom: 0;
	}

	.header__author-img img {
		width: 100%;
	}




	.header__content-btn {
		background: #FAD1CE;
		border-radius: 16px;
		display: flex;
		align-items: center;
		justify-content: center;
		font-size: 20px;
		line-height: 30px;
		color: #1D1D1B;
		width: 100%;
		height: 52px;
		align-self: center;
		display: block;
	}

}

@media (min-width: 640px) {}

@media (min-width: 954px) {
	.header__content-author,
	.header__author-img {
		display: block;
		
	}

	.header__author-img img {
		width: 100%;
	}

	.header__content-info {
		padding-top: 130px;
	}

	.header__content {
		display: grid;
		grid-template-columns: 1fr 1fr;
		grid-template-rows: 385px 205px;
	}

	.title {
		text-align: start;
	}

	.posttitle {
		text-align: start;
	}



	.header__content-btn {
		align-self: unset;
		max-width: 300px;
	}
}

@media (min-width: 1243px) {

	.header {
		padding-top: 100px;

		padding-bottom: 0;
	}


	.header__author-img img {
		width: unset;
	}

	.title {
		font-size: 56px;
		line-height: 120%;
	}

	.posttitle {
		margin-top: 25px;
		font-size: 24px;
		line-height: 150%;
		max-width: 614px;
	}

	.header__content-btn {
		margin-top: 50px;
		font-size: 20px;
		
		grid-row-start: 3;
	}

	.header__content-info {
		padding-top: 100px;
	}



	.header__author-img svg {
		right: -15%;
	}

	.header__content {
		grid-template-rows: 373px 175px 162px;
		grid-template-columns: 700px 1fr;
	}


}

@media (min-width: 1610px) {
	.header__author-img svg {
		right: -35%;
	}
}