.articles-list__text{padding:0 var(--space-md)}@media screen and (max-width:768px){.articles-list__text{padding:0 var(--space-sm)}}.articles-list__text h2{margin-top:0}.articles-list__item{display:flex;flex-direction:row;height:220px;margin-top:var(--space-md)}@media only screen and (max-width:768px){.articles-list__item{flex-direction:column;height:100%}}.articles-list__item__media{flex:0 0 40%;height:220px}.articles-list__item__media--large{flex:0 0 60%}@media screen and (max-width:768px){.articles-list__item__media,.articles-list__item__media--large{flex:auto;height:220px}}.articles-list__image{height:100%;object-fit:cover;width:100%}.articles-list__item__text{background-color:var(--flokk-background-light-beige);display:flex;flex-direction:column;flex-grow:1;justify-content:space-between;padding:var(--space-md)}@media screen and (max-width:768px){.articles-list__item__text{padding:var(--space-sm)}}.articles-list__item__heading{font-size:var(--flokk-font-size-body-l);font-weight:var(--flokk-font-weight-body-l);line-height:var(--flokk-line-height-body-l);margin:0 0 2rem}.articles-list__item__body,.articles-list__item__heading{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}@media screen and (max-width:768px){.articles-list__item__body,.articles-list__item__heading{-webkit-line-clamp:3}}.articles-list__item__body{margin-top:16px}.articles-list__item__link--heading{color:#000;text-decoration:none}.articles-list__item__text>a{margin-top:16px}