@media (min-width: 992px)
{
    .newsletters-grid .cards-contents .btn
    {
        padding-right: 30px !important;
        padding-left: 30px !important;
    }
    .newsletters-grid .cards-contents .subhead2
    {
        /*white-space: nowrap;*/
    }
    .newsletters-grid .cards-contents .subhead2 + p
    {
        min-height: 122px;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
}
