.contact-cards{display:flex}.contact-cards__heading{margin:0;padding-left:var(--space-md);width:50%}@media screen and (max-width:768px){.contact-cards__heading{padding-left:var(--space-sm);width:100%}}@media screen and (max-width:1080px){.contact-cards{flex-direction:column}.contact-cards__heading{flex-basis:unset}}.contact-cards__list{width:100%}.contact-cards__list:first-child{margin-top:0}@media screen and (max-width:1080px){.contact-cards__list{margin-top:24px}}@media screen and (max-width:768px){.contact-cards__list{display:flex;flex-wrap:wrap;gap:16px}}.contact-cards__card{background-color:var(--flokk-background-light-beige);display:flex;flex-direction:row-reverse;height:270px;justify-content:flex-end}@media screen and (min-width:768px){.contact-cards__card{margin-bottom:24px}}@media screen and (max-width:1080px){.contact-cards__card{width:100%}}.contact-cards__card:last-child{margin-bottom:0}.contact-cards__card__image-container{width:40%}@media screen and (max-width:768px){.contact-cards__card__image-container{flex-shrink:0}}.contact-cards__card__image{display:block;height:100%;object-fit:cover;width:100%}.contact-cards__card__info{display:flex;flex-direction:column;height:100%;justify-content:space-between;min-height:200px;padding:var(--space-md);width:60%}@media screen and (max-width:768px){.contact-cards__card__info{padding:var(--space-sm)}}.contact-cards__card__info__top{display:flex;flex-direction:column}.contact-cards__card__title{margin:0 0 1rem}@media screen and (max-width:768px){.contact-cards__card__title{margin-bottom:.8rem}}.contact-cards__card__full-name{display:inline-block;font-size:var(--flokk-font-size-body-l);font-weight:var(--flokk-font-weight-body-l);line-height:var(--flokk-line-height-body-l)}@media screen and (max-width:768px){.contact-cards__card__full-name{font-size:2rem;margin-bottom:1rem}}.contact-cards dl{display:flex}.contact-cards dl:not(:last-child){margin:0 0 1rem}dl.contact-cards__card__phone{margin-bottom:0}.contact-cards dl a{word-break:break-word}.contact-cards dd{margin-left:.8rem}