.program-grid-text .elementor-widget-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.program-grid-text {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

@media only screen and (max-width: 1350px) {
    #program-grid {
        grid-template-columns: 100px 1fr;
    }
}

@media only screen and (max-width: 1000px) {
    #program-grid {
        grid-template-columns: 100px 1fr;
    }
}