
.about {
	padding-bottom: 77px;
}
.about__row {
	display: grid;
	grid-template-columns: 3fr 1fr;
	gap: 80px;
}
.about__title {
	font-family: 'Inter';
	font-weight: 400;
	font-size: 42px;
	line-height: 37px;
	text-align: center;
	margin-bottom: 50px;
}
.about__img-wrap img{
	width: 100%;
	display: block;
}
.about__text {
	font-family: 'Inter';
	font-weight: 400;
	font-size: 20px;
	line-height: 27px;
	margin: 40px 0;
}
.contacts {
	margin-top: 80px;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
}
.contacts__title {
	font-weight: 700;
}
.contacts__info {
	display: block;
	font-family: 'Inter';
	font-size: 24px;
	line-height: 29px;
	margin-bottom: 25px;
}
.about__col:first-child {
	background-color: #FBFBFB;
	padding: 50px 34px 50px 100px;
}
.about__col:last-child {
	padding-top: 100px;
	margin-right: 100px;
}
.about__info-text,
.about__list-item {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 28px;
}
.about__info-text {
	text-align: center;
}
.about--text {
	margin-top: 100px;
	margin-bottom: 20px;
}
.about__list {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.about__list-item {
	margin-bottom: 10px;
}

@media screen and (max-width: 1130px) {
	.about__title {
		font-size: 48px;
    line-height: 58px;
	}
	.about__text {
		font-size: 18px;
		line-height: 24px;
	}
	.about__col:last-child {
		padding-top: 90px;
		margin-right: 50px;
	}
	.support__btn,
	.social__title {
		font-size: 30px;
		line-height: 24px;
		padding: 30px 0;
	}
	.support__btn {
		margin-bottom: 80px;
	}
	.about__info-text {
		font-size: 18px;
		margin-top: 50px;
	}
	.contacts__info {
		font-size: 22px;
		line-height: 19px;
	}
	.about__col:first-child {
		padding-left: 50px;
	}

}
@media screen and (max-width: 900px) {
	.about__title {
		font-size: 40px;
    line-height: 47px;
	}
	.about {
		padding-top: 150px;
	}
	.about__row {
		grid-template-columns: 1fr;
	}
	.about__col:last-child {
		padding-top: 0;
		margin-left: 50px;
	}
}

@media screen and (max-width: 600px) {
	.contacts {
	grid-template-columns: 1fr;

	}
	.contacts__info {
		font-size: 20px;
		line-height: 25px;
		margin-bottom: 15px;
	}
}