.section__header.program__header {
    justify-content: flex-start;
}

@media screen and (max-width: 1023px) {
    .section__header.program__header h2 {
        display: flex;
        flex-direction: column;
    }
    .section__header.program__header {
        justify-content: space-between;
    };
}

@media screen and (max-width: 747px) {
    .section__header.program__header {
        flex-direction: column;
        gap: 20px;
    }
    .section__header.program__header > a {
        width: 100%;
        max-width: 322px;
        text-align: center;
    }
}