.fleksible-avdelingskort{padding:var(--space-xxxl) 0}.card.white,.card.white a,.card.white h1,.card.white h2,.card.white h3,.card.white h4,.card.white h5,.card.white h6,.card.white li,.card.white p{color:#fff}.card.white a{color:#fff;text-decoration:none}.card.white a:hover{text-decoration:underline}.card.blue,.card.blue a,.card.blue h1,.card.blue h2,.card.blue h3,.card.blue h4,.card.blue h5,.card.blue h6,.card.blue li,.card.blue p{color:#002d48}.card.blue a{color:#0074bd;text-decoration:none}.card.blue a:hover{color:#0074bd;text-decoration:underline}.fleksible-avdelingskort-wrapper{margin:0 auto;max-width:var(--container-max-width);padding:0 var(--space-s);width:100%}.cards-grid{align-items:stretch;display:grid;gap:var(--gap-def);grid-template-columns:repeat(2,1fr)}.card{background-color:var(--white-color);flex-direction:column;overflow:hidden}.card,.card-inner{display:flex;min-height:200px}.card-inner{height:100%}.card-image{align-items:center;display:flex;flex:1;justify-content:center;overflow:hidden}.card-image img{height:100%;object-fit:cover;object-position:center;width:100%}.card-content{display:flex;flex:1;flex-direction:column;padding:var(--space-xl)}.card-content h1,.card-content h2,.card-content h3,.card-content h4,.card-content h5,.card-content h6{font-family:var(--font-family-title);font-weight:var(--font-weight-Bold);margin-bottom:var(--space-s);margin-top:0}.card-content p{font-family:var(--font-family-body);font-size:var(--font-size-body-p);line-height:var(--font-line-height-body-p);margin-bottom:var(--space-xs)}.card-content p:last-child{margin-bottom:0}.card-content a{color:var(--Colours-Primary-500);text-decoration:none}@media screen and (max-width:800px){.cards-grid{grid-template-columns:1fr}.card-inner{flex-direction:column;min-height:150px}.card-image{max-height:150px}.card-content{padding:var(--space-l)}}