.pelipotti-section-image {
	width: 100%;
	margin: 1.5rem 0 1.75rem;
}

.pelipotti-section-image__img {
	display: block;
	width: 100%;
}

.pelipotti-section-image__img {
	height: auto;
	border: 1px solid rgba(28, 35, 51, 0.08);
	border-radius: 8px;
	box-shadow: 0 1px 3px rgba(17, 27, 39, 0.06), 0 4px 12px rgba(17, 27, 39, 0.04);
	object-fit: cover;
}

.pelipotti-section-image--heading {
	margin-top: 1rem;
}

.pelipotti-section-image--after {
	margin-top: 1.75rem;
}

.pelipotti-section-image__caption {
	margin-top: 0.55rem;
	color: #5c6370;
	font-size: 13px;
	line-height: 1.45;
	text-align: center;
}

@media (max-width: 480px) {
	.pelipotti-section-image {
		margin: 1.25rem 0 1.5rem;
	}
}
