.r-about .r-container {
	padding-top: 80px;
	padding-bottom: 120px;
}
.r-about__row {
	padding-top: 38px;
}
.r-about__row .col {
	margin-bottom: 20px;
}
.r-about__icons {
	padding-top: 12px;
	grid-gap: 24px;
	margin-bottom: 32px;
}
.r-about__icon {
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: auto;
	max-width: 225px;
	min-width: 150px;
}
.r-about__num {
	font-size: 24px;
	line-height: 1.33;
	color: #062035;
	margin-bottom: 4px;
}
.r-about__sign {
	font-size: 14px;
	line-height: 1.42;
	color: #9a7764;
}
.r-about__list {
	padding-top: 44px;
}
.r-about__item {
	width: 100%;
	margin-bottom: 24px;
	background-color: #f8f6f34d;
	border-radius: 10px;
	box-sizing: border-box;
	padding: 24px;
}
.r-about__item-img {
	margin-left: auto;
	margin-right: auto;
}
.r-about__item-name {
	font-size: 16px;
	line-height: 1.5;
	font-weight: 400;
	color: #062035;
	margin-bottom: 8px;
}

@media (max-width: 1280px) {
	.r-about .r-container {
		padding-top: 60px;
		padding-bottom: 90px;
	}
	.r-about__row {
		padding-top: 20px;
	}
	.r-about__icons {
		padding-top: 0;
		grid-gap: 20px;
		margin-bottom: 20px;
	}
	.r-about__num {
		font-size: 22px;
	}
}
@media (max-width: 960px) {
	.r-about .r-container {
		padding-top: 40px;
		padding-bottom: 70px;
	}
	.r-about__row {
		padding-top: 10px;
	}
	.r-about__icons {
		grid-gap: 15px;
	}
	.r-about__num {
		font-size: 20px;
	}
	.r-about__nav {
		display: flex;
		justify-content: center;
	}
	.r-about__list {
		padding-top: 30px;
	}
}
@media (max-width: 580px) {
	.r-about .r-container {
		padding-bottom: 40px;
	}
	.r-about__item {
		margin-bottom: 16px;
	}
}
