.mustRead {
    margin: 30px 0 50px;
    padding: 0 10px;
    list-style: none;
}

.mustRead__story {
    position: relative;
    margin: 0 30px;
    padding: 30px 0;
    border-bottom: 2px solid #fff;
    text-align: center;
}

@media screen and (min-width: 720px) {
    .mustRead {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .mustRead__story {
        width: calc(33.3334%);
        margin: 0;
        padding: 20px 30px;
        border-bottom: 0;
        border-right: 2px solid #fff;
    }
}

@media screen and (min-width: 980px) {
    .mustRead__story {
        padding: 20px 40px;
    }
}

.mustRead__story:last-child {
    border: none;
}

.mustRead__imageContainer {
    overflow: hidden;
    margin-bottom: 0.3em;
}

.mustRead__image {
    display: block;
    width: 100%;
}

.mustRead__title {
    margin: 0;
    font-size: 1.5em;
    line-height: 1.15em;
    text-align: center;
    color: #000;
}

@media screen and (min-width: 980px) {
    .mustRead__title {
        font-size: 1.8em;
    }
}

/**
 * Branded Content
 */

.mustRead .c-tagCategories {
    margin: 5px 0 0 0;
}

.mustRead .c-tagCategories__category--text {
    color: #fff;
}

.mustRead .c-tagCategories__category--type.c-tagCategories__category--text {
    color: #da4a96;
}
