.postcard {
    margin-bottom: 50px;
}

.postcard .title-cont {
    background-color: #cb545b;
    text-align: center;
    margin-bottom: -30px;
    padding: 20px 10px 30px;
}

.postcard .title-cont .title {
    padding-bottom: 20px;
}

.postcard .title h3 {
    text-transform: uppercase;
    color: #f5f5f0;
    font-weight: 100;
}

.postcard .title-cont .link-cont a {
    display: inline-block;
    max-width: 300px;
    width: 100%;
    padding: 13px 0;
    font-size: 20px;
    text-align: center;
    border: 2px solid #f5f5f0;
    border-radius: 2px;
    color: #f5f5f0;
    -webkit-transition: border-color 0.3s ease-out, color 0.3s ease-out, background-color 0.3s ease-out;
    -moz-transition: border-color 0.3s ease-out, color 0.3s ease-out, background-color 0.3s ease-out;
    -o-transition: border-color 0.3s ease-out, color 0.3s ease-out, background-color 0.3s ease-out;
    transition: border-color 0.3s ease-out, color 0.3s ease-out, background-color 0.3s ease-out;
}

.postcard .title-cont .link-cont a:hover {
    color: inherit;
    background-color: #FFF;
    border-color: inherit;
    -webkit-transition: border-color 0.3s ease-out, color 0.3s ease-out, background-color 0.3s ease-out;
    -moz-transition: border-color 0.3s ease-out, color 0.3s ease-out, background-color 0.3s ease-out;
    -o-transition: border-color 0.3s ease-out, color 0.3s ease-out, background-color 0.3s ease-out;
    transition: border-color 0.3s ease-out, color 0.3s ease-out, background-color 0.3s ease-out;
}

.postcard .items {
    padding: 0 15px;
}

.postcard .story-cont {
    width: 100%;
    margin-bottom: 20px;
}

.postcard .img-cont {
    border-radius: 2px;
    overflow: hidden;
}

.postcard .img-cont img {
    vertical-align: middle;
    width: 100%;
    height: auto;
}

.postcard .story-content {
    padding: 15px 15px 0 0;
    background-color: #fff;
    padding-bottom: 10px;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.2);
}

.postcard .story-cont:not(.featured) .story-content {
    position: relative;
    width: 95%;
    margin-top: -20px;
    border-top-right-radius: 2px;
}

.postcard .story-cont.featured .story-content>*:not(.category-cont):not(.link-cont) {
    padding-left: 20px;
}

.postcard .story-content>*:not(.category-cont) {
    padding-left: 15px;
}

.postcard .story-content .category-cont {
    display: flex;
    justify-content: flex-start;
    align-items: center;

}

.postcard .story-cont.featured .category-cont {
    padding-bottom: 15px;
}

.postcard .story-cont.featured .category-cont .bar {
    margin-right: 15px;
}

.postcard .story-cont.featured .story-content .date h6 {
    color: #cb545b;
    margin-bottom: 20px;
}

.postcard .story-content .category-cont .bar {
    content: "";
    background-color: #cb545b;
    width: 5px;
    height: 40px;
    margin-right: 10px;
}

.postcard .story-content .category-cont h6 {
    margin-bottom: 0;
    color: #bbbbb6;
}

.postcard .story-content .title h4 {
    margin-bottom: 10px;
    font-weight: 500;
    letter-spacing: 0.8px;
}

.postcard .story-content .date h6 {
    color: #cb545b;
    margin-bottom: 10px;
}

.postcard .story-content .link-cont {
    padding-bottom: 20px;
    text-align: center;
    color: #cb545b;
}

.postcard .story-content .read-more {
    display: inline-block;
    max-width: 300px;
    width: 100%;
    padding: 15px 0;
    font-size: 20px;
    text-align: center;
    border-radius: 2px;
}
.postcard .story-content .read-more:hover {
    color: inherit;
    background-color: #f5f5f0 !important;
    border-color: inherit;
}

@media only screen and (min-width: 641px) {
    .postcard .title-cont .link-cont a {
        max-width: 280px;
    }

    .postcard .items {
        display: flex;
        justify-content: center;
        align-items: flex-start;
        flex-wrap: wrap;
    }

    .postcard .story-cont {
        padding-left: 25px;
        padding-right: 25px;
    }

    .postcard .story-cont:not(.featured) {
        flex: 1 1 40%;
    }

    .postcard .story-cont.featured .category-cont .bar {
        margin-right: 25px;
    }

    .postcard .story-cont.featured .story-content>*:not(.category-cont):not(.link-cont) {
        padding-left: 30px;
    }
}

@media only screen and (min-width: 1025px) {

    .postcard .title-cont {
        padding-top: 30px;
    }

    .postcard .title-cont .title {
        max-width: 1020px;
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        margin: 0 auto;
    }

    .postcard .title-cont .title .link-cont {
        width: 280px;
    }

    .postcard .items {
        padding: 0 2.5px;
    }

    .postcard .story-cont {
        margin-bottom: 30px;
    }

    .postcard .story-cont:not(.featured) {
        padding: 0;
        margin: 0 15px 0 0;
        flex: 0 1 495px;
    }

    .postcard .story-cont:not(.featured):last-child {
        margin: 0 0 0 15px;
        flex: 0 1 495px;
    }

    .postcard .story-cont.featured .story {
        min-height: 485px;
        max-width: 1230px;
        margin: 0 auto;
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 60% 5% 1fr;
        grid-template-columns: 60% 5% 1fr;
        -ms-grid-rows: 88% 1fr;
        grid-template-rows: auto 1fr;
    }

    .postcard .story-cont.featured .story .img-cont {
        -ms-grid-column: 1;
        -ms-grid-column-span: 2;
        grid-column-start: 1;
        grid-column-end: 3;
        -ms-grid-row: 1;
        -ms-grid-row-span: 2;
        grid-row-start: 1;
        grid-row-end: 3;
    }

    .postcard .story-cont.featured .story .story-content {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: flex-start;
        -ms-grid-column: 2;
        -ms-grid-column-span: 2;
        grid-column-start: 2;
        grid-column-end: 4;
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        grid-row-start: 1;
        grid-row-end: 2;
        padding-right: 35px;

    }

    .postcard .story-cont.featured .story .story-content .category-cont {
        margin: 0;
    }

    .postcard .story-cont.featured .story .story-content .title {
        width: 100%;
    }

    .postcard .story-cont.featured .story .story-content .title h4 {
        font-size: 24px;
        margin-bottom: 25px;
    }

    .postcard .story-cont.featured .story .story-content .description {
        width: 100%;
    }

    .postcard .story-cont.featured .story .story-content .description p {
        margin-bottom: 25px;
    }

    .postcard .story-cont.featured .story .story-content .date h6 {
        margin-bottom: 30px;
    }

    .postcard .story-cont.featured .story .story-content .link-cont {
        padding-left: 30px;
        width: 280px;
    }

    .postcard .story-cont:not(.featured) .story-content {
        margin-top: -120px;
    }

    .postcard .story-cont:not(.featured) .story-content .title h4 {
        font-size: 26px;
    }
}