.our_program_section {
    width: 100%;
    padding: 50px 150px;
}

.center {
    display: flex;
    justify-content: center;
}

.program_flex:nth-child(even){
    flex-direction: row-reverse;
}

.program_flex {
    display: flex;
    gap: 20px;
    align-items: center;
    width: 100%;
    padding: 10px;
}

.program_flex_top {
    min-width: 300px;
    height: 200px;
}

.program_flex_img {
    width: 100%;
    height: 100%;
}

@media (max-width:1060px) {
    .our_program_section {
        padding: 0 10px;
    }
}