.fc-story-block img {
    max-width: 100%;
    height: auto;
}
.fc-story-block h2, 
.fc-story-block p {
    margin: 10px 0;
}

.fc-story-block h2 {
    font-weight: bold;
}

.fc-story-block p:first-of-type {
    color: #333333;
}

.fc-story-block p:nth-of-type(2) {
    color: #d9000d;
}
