.story {
    margin-bottom: 50px;
}

.story img {
    width: 100%;
    border-radius: 12px;
}

.story-small-image .small-img {
    margin-bottom: 8px;
}

.story-small-image .small-img:last-of-type {
    margin-bottom: 0;
}

.story-content {
    margin-bottom: 20px;
    padding-top: 15px;
}

.story-content h2 {
    margin-bottom: 20px;
    text-transform: unset;
}

.story-content p:last-of-type {
    margin-bottom: 0;
}

@media screen and (min-width: 768px) {
    .story {
        margin-bottom: 70px;
    }

    .story-inner {
        display: flex;
    }

    .story-small-image {
        width: 200px;
        flex: 0 0 auto;
    }

    .story-content {
        margin-bottom: 0;
        padding-top: 0;
        padding-left: 10px;
        padding-right: 10px;
        width: 50%;
    }

    .story-img {
        width: 300px;
        flex: 0 0 auto;
    }
}

@media screen and (min-width: 1025px) {
    .story-inner {
        align-items: center;
    }

    .story-content {
        padding-left: 25px;
    }

    .story-content h2 {
        margin-bottom: 47px;
    }

    .story-small-image {
        width: 285px;
    }

    .story-img {
        width: 423px;
    }
}
