.content-page .section{display:flex;gap:.5rem 1.5rem}.content-page .section:has(.alignright){flex-direction:row-reverse}.content-page .content-image{border-radius:25px;display:flex;max-height:400px;overflow:hidden;width:40%}.content-page .content-image img{height:100%;object-fit:cover}.content-page .content-text{width:60%}@media (max-width:1000px){.content-page .section:has(.alignright){flex-direction:column}.content-page .section{flex-direction:column}.content-page .content-image{min-height:300px;width:100%}.content-page .content-text{width:100%}}