.story .story-box {
    display: flex;
    flex-direction: column;
}
.story .story-image {
    height: 200px;
}
.story .story-content {
    padding: 15px;
}
.story .story-content h3 {
    font-size: 2.5rem;
    color: #EA1E4F;
    margin: 0 0 .5rem 0;
    text-align: left;
}
.story .story-content h4 {
    text-align: left;
    color: #999;
    font-size: 1.5rem;
    margin: .5rem 0 0 0;
}
.story .story-content p {
    font-size: 1.25rem;
}
.story .story-more-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
}
.story .story-more {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.story .story-more .story-more-text {
    color: #EA1E4F;
    margin: 0;
    font-size: 1.5rem;
    padding-right: .5rem;
}
.story .story-more svg {
    width: 40px;
    height: 56px;
}
@media screen and (min-width:351px) {
    .story .story-image {
        height: 225px;
    }
}
@media screen and (min-width:481px) {
    .story .story-container {
        width: 95%;
        margin: 0 auto;
    }
    .story .story-image {
        height: 300px;
    }
    .story .story-content {
        padding: 30px;
    }
    .story .story-content h3 {
        font-size: 2.92rem;
    }
    .story .story-content h4 {
        font-size: 2rem;
    }
    .story .story-content p {
        font-size: 1.5rem;
    }
    .story .story-more .story-more-text {
        font-size: 2rem;
    }
    .story .story-more svg {
        width: 45px;
        height: 64px;
    }
}
@media screen and (min-width:601px) {
    .story .story-container {
        width: 90%;
    }
}
@media screen and (min-width:768px) {
    .story .story-container {
        width: 100%;
    }
    .story .story-box {
        flex-direction: row;
    }
    .story.reverse .story-box {
        flex-direction: row-reverse;
    }
    .story .story-image {
        display: flex;
        width: 50%;
        height: auto;
    }
    .story .story-content {
        width: 50%;
        padding: 15px;
    }
    .story .story-content h3 {
        font-size: 2.5rem;
    }
    .story .story-content h4 {
        font-size: 1.5rem;
    }
    .story .story-more .story-more-text {
        font-size: 1.5rem;
    }
    .story .story-more svg {
        width: 40px;
        height: 56px;
    }
}
@media screen and (min-width:993px) {
    .story .story-content {
        padding: 30px;
    }
}
@media screen and (min-width:1201px) {
    .story .story-content {
        padding: 45px 30px;
    }
    .story .story-content h3 {
        font-size: 2.92rem;
    }
    .story .story-content h4 {
        font-size: 2rem;
    }
    .story .story-more .story-more-text {
        font-size: 2rem;
    }
    .story .story-more svg {
        width: 45px;
        height: 64px;
    }
}
@media screen and (min-width:1401px) {
    .story .story-content {
        padding: 60px 45px;
    }
}