.story-post {
	margin-bottom: 75px;
}
@media (max-width: 768px) {
	.story-post {
		margin-bottom: 40px;
	}
}

.story-post__image {
	margin-bottom: 20px;
	max-width: 175px;
}

@media (max-width: 768px) {
	.story-post__image {
		max-width: 120px;
	}
}

.story-post__image img {
	aspect-ratio: 1 / 1;
	border-radius: 50%;
	object-fit: cover;
}

.story-post__body {
    margin-top: 20px;
}

.story-post__title {
	margin-bottom: 20px;
}
