@media (max-width: 1024px) {
    section {
        min-height: unset;
    }
}

.story-page .story-hero {
    padding: 60px 0 20px;
}

.story-page .story-label {
    font-size: 14px;
    letter-spacing: 2px;
    text-transform: uppercase;
    opacity: 0.7;
}

.story-page .story-content {
    padding: 20px 0 80px;
}

.story-page .story-title {
    font-size: 36px;
    margin-bottom: 30px;
}

.story-page .story-text {
    line-height: 1.8;
    font-size: 18px;
    margin-bottom: 40px;
}
.story-page .story-text img{
	width: calc(100% - 40px);
	margin: 20px auto;
	max-width: 600px;
}
.story-page .story-author {
    font-size: 14px;
    opacity: 0.8;
}

.story-page .story-author a {
    margin-left: 8px;
}