@media screen and (min-width: 1025px) {
    #zone-preface .view-programs div.view-content {
    justify-content: flex-start;
    }
    
    #zone-preface .program-card {
    margin-right: 26px;
    }
    
    #zone-preface .program-card:nth-child(4n) {
    margin-right: 0;
    }
}