.flex-content-wrap{display:grid;grid-template-columns:repeat(2,1fr);width:100%;gap:4rem;align-items:center}.flex-content-content ul{padding-inline-start:20px!important;font-size:1.1rem}.flex-content-image{width:100%;background:100%;background:var(--sky);min-height:25rem;position:relative;height:100%}.flex-content-content{padding-block:2rem;display:flex;flex-direction:column;gap:1.3rem;align-items:start}@media screen and (max-width:1023px){.flex-content-wrap{grid-template-columns:repeat(1,1fr)!important;gap:2rem!important}.flex-content-image{order:-1!important}}