.hn-loop.hn-skills-list {
    display:flex;
    flex-flow:row wrap;
    justify-content: flex-start;
    align-items: center;
    gap: 1em;
    /* grid-template-columns:repeat(6, auto);
    grid-auto-rows: 1fr;
    grid-column-gap: var(--grid-column-gap,30px);
    grid-row-gap: var(--grid-row-gap,30px); */
}

/* .hn-service-list .hn-service-item * ,
.hn_services_loop-headline * {
    --k-font-size: 26px;
} */


/* .hn-service-list .hn-service-item img {
    transform: scale(1);
    transition: all .5s ease-in-out;
}
.hn-service-list .hn-service-item:hover img {
    transform:scale(.95);
} */

.hn-loop.hn-skills-list .hn-loop-item {
    display:flex;
    justify-content: center;
    align-items:center;
}
.hn-loop.hn-skills-list img {
    width:auto;
    height:40px;
}
/* 
@media(max-width:960px) {
    .hn-loop.hn-skills-list {
        grid-template-columns:repeat(2, auto);
    }
}

@media(max-width:560px) {
    .hn-loop.hn-skills-list {
        grid-template-columns:repeat(2, auto);
    }
} */