.program-cards-module{background:#f8f8f8;display:block;padding:75px 0 90px;position:relative;width:100%}.program-cards-module .program-cards-container{align-items:flex-start;display:flex;flex-wrap:wrap;justify-content:center;margin:auto;max-width:1200px;text-align:center}.program-cards-module .program-cards-container .program-card{background-position:50%;background-size:cover;border-radius:5px;height:205px;margin:10px;position:relative;width:340px}.program-cards-module .program-cards-container .program-card:before{background:linear-gradient(135deg,rgba(0,0,0,.5),rgba(0,0,0,.5));border-radius:5px;content:"";height:100%;left:0;position:absolute;top:0;width:100%}.program-cards-module .program-cards-container .program-card .card-text{color:#fff;font-size:24px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:75%;z-index:99999}@media screen and (max-width:1000px){.program-cards-module .program-cards-container{display:block}.program-cards-module .program-cards-container .program-card{margin:10px auto}}