.g-special-card--no-carousel {
    background: #fff;
    -webkit-box-shadow: 0 .4rem 1.2rem rgba(0,0,0,.2);
    box-shadow: 0 .4rem 1.2rem rgba(0,0,0,.2);
    margin: 1.6rem 0
}

.g-special-card__header {
    background-color: var(--color-primary);
    color: #fff;
    min-height: 5rem;
    padding: .8rem 1.6rem;
    font-size: 2.2rem;
    font-weight: 700
}

.g-special-card__image {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
    width: 100%;
    min-height: 10rem;
    height: auto
}

.g-special-card__image--placeholder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 2.4rem
}

    .g-special-card__image--placeholder i {
        color: #bbb
    }

    .g-special-card__image--placeholder span {
        color: #777
    }

    .g-special-card__image--placeholder .no-image-title {
        font-size: 1.8rem;
        font-weight: 600
    }

.g-special-card__description {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: .8rem 1.6rem;
    background-color: #fff;
    min-height: 5rem
}

.g-special-card__description--link {
    color: var(--color-primary);
    font-weight: 700
}

.g-special-card__date span {
    color: #777
}
