.apartment-information-layout{-moz-column-gap:5rem;column-gap:5rem;display:grid!important;grid-auto-flow:column;grid-template-columns:1fr 40%;max-width:100%;padding-top:5rem}@media (max-width:1023px){.apartment-information-layout{grid-template-areas:"featureList" "concept" "marketing" "informationGroup" "restConcepts";grid-template-columns:repeat(1,minmax(0,1fr));padding-top:0}}.marketing-slot{grid-column:1}@media (max-width:1023px){.marketing-slot{grid-area:marketing}}.concept-slot{grid-column:2;grid-row:1}@media (max-width:1023px){.concept-slot{grid-area:concept}}.information-group-slot{grid-column:1}@media (max-width:1023px){.information-group-slot{grid-area:informationGroup}}.feature-list-slot{grid-column:2;grid-row:span 3/span 3}@media (max-width:1023px){.feature-list-slot{grid-area:featureList}}.rest-concepts-slot{display:flex;flex-direction:column;gap:1rem;grid-column:1;margin-bottom:2rem}@media (max-width:1023px){.rest-concepts-slot{grid-area:restConcepts}}