.story-box {
    margin: 0 auto;
    border-radius: 12px;
}

.story-title {
    font-size: 28px;
    font-weight: 600;
}

.story-desc p {
    font-size: 16px;
    line-height: 1.7;
    color: #333;
    margin-bottom: 18px;
}

.story-image-box {
    border-radius: 20px;
}
