.ui.card.gallery-ready-programs .content {
    height: 4rem !important;
    display: flex;
    align-items: center;
    padding: 0.75rem !important;
}

.ui.card.gallery-ready-programs .content .header {
    text-overflow: initial !important;
    white-space: initial !important;
}

@media only screen and (max-width: 767px) {
    .ui.card.gallery-ready-programs .content {
        padding: 0.4rem !important;
    }

    .ui.card.gallery-ready-programs .content .header {
        font-size: 0.75rem !important;
    }
}
