.other-program--container {
    display: flex;
    flex-direction: column;
    gap: 32px;
    align-items: flex-start;
}

@media screen and (min-width: 1024px) {
    .other-program--container {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
        gap: 40px;
    }
}

@media screen and (min-width: 1024px) {
    .other-program--container>a {
        margin-left: auto;
    }
}

.other-program--item {
    margin-bottom: 0;
}

@media screen and (min-width: 1024px) {
    .other-program--item {
        width: 100%;
        order: 9;
    }
}

.other-program--item .typo{
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}