.paragraph-steps {
	padding: 3rem 2.8125rem;
	background-color: #FAF7F0;
}

.paragraph-steps p {
	margin: 0;
}

.paragraph-steps .title {
	text-align: center;
	color: #5C3327;
	font-size: 2.75rem;
	max-width: 26.875rem;
	position: relative;
	left: 50%;
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	margin-bottom: 2rem;
}

.paragraph-steps__items {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	column-gap: 3rem;
	max-width: 52.875rem;
	position: relative;
	left: 50%;
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.paragraph-steps__item {
	width: 33%;
	text-align: center;
	color: #5C3327;
}

.paragraph-steps__item .title {
	font-size: 1.5rem;
	margin-bottom: 0.5rem;
}

.paragraph-steps__item img {
	width: 100%;
	height: 100%;
}

@media (max-width: 767px) {

.paragraph-steps {
	border-radius: 20px 20px 0 0;
	padding: 2.8125rem;
	position: relative;
	z-index: 4;
	margin-top: -16px;
}

.paragraph-steps .title {
	font-size: 1.5625rem;
}

.paragraph-steps__items {
	-ms-flex-direction: column;
	flex-direction: column;
	row-gap: 1.5rem;
}

.paragraph-steps__item {
	width: 100%;
}

}

