.program-phases{display:flex;flex-direction:column;gap:1rem}.program-phases .phase{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;padding:2rem;border-radius:calc(10px + 2rem);background-color:#dfe8ff}.program-phases .phase .left{display:flex;flex-direction:column;justify-content:space-between}.program-phases .phase .left h4{font-size:2em;font-weight:600}.program-phases .phase .left p{max-width:700px}.program-phases .phase .right{width:100%}.program-phases .phase .right>img{width:100%;height:400px;border-radius:20px;object-fit:cover;object-position:center}@media only screen and (max-width:790px){.program-phases .phase{display:flex;flex-direction:column-reverse;gap:1rem;padding:1rem;border-radius:calc(10px + 1rem)}.program-phases .phase .left h4{font-size:1.5em;line-height:110%;margin-bottom:1rem}.program-phases .phase .left p{max-width:100%}.program-phases .phase .right>img{height:200px}}