.alt-flex{align-items:center;display:grid;gap:2rem;grid-template-columns:repeat(2,1fr);padding:2rem;width:100%}.alt-flex h2{font-size:3rem;font-weight:600}.alt-flex>*{flex-shrink:0}.alt-flex-text.text-left,.img-left{order:0}.alt-flex-text.text-right{order:1}.alt-flex-text .content{font-size:18px;line-height:32px;margin-top:1rem}.alt-flex-img{margin:40px;max-height:70vh;min-height:60vh;object-fit:cover;object-position:center}@media (max-width:768px){.alt-flex{grid-template-columns:1fr;padding:0}.alt-flex-img{margin:0}.alt-flex-text .content{text-align:center}}@media (max-width:600px){.alt-flex h2{text-align:center}}