.rs-17 .blog {
	padding: 0 0 130px;
}

.rs-17 .blog .blog__title {
	text-align: center;
	margin-bottom: 60px;
}

.rs-17 .blog .blog__container {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.rs-17 .blog .blog__item {
	display: block;
	width: calc((100% - 60px) / 3);
}

.rs-17 .blog .blog__item img {
	width: 100%;
}

@media screen and (max-width: 1350px) {
	.rs-17 .blog .blog__container {
		flex-direction: column;
		align-items: center;
		row-gap: 30px;
	}
	.rs-17 .blog .blog__item {
		width: 70%;
		margin: auto;
	}
}

@media screen and (max-width: 567px) {
	.rs-17 .blog .blog__item {
		width: 100%;
	}
}

@media screen and (max-width: 475px) {
	.rs-17 .blog {
		padding: 75p 0 80px;
	}
}