/********Krativt hus for børn program *******/

.medias__item img {
     border-radius: 50%;
}

.rich-text a {
    text-decoration: underline dotted #d6d;
    text-underline-offset: .6em;
    transition: text-underline-offset .1s ease-in-out;
}

.rich-text a:hover {
    text-decoration: underline double #606;
    text-underline-offset: .3em;
    transition: text-underline-offset .1s ease-in-out;
}