/*
    As falang does not permit translations for list items,
    I created lists with text elements, inserting some custom html to add icons
*/
.custom-list-item {
    margin-bottom: 5px;
}
.custom-list-item .uk-icon {
    margin-right: 10px;
}

/* Center items on small devices */
@media screen and (max-width: 960px) {
    .centered-text-small {
        text-align: center;
    }
    .centered-section-content-small *, 
    .centered-section-content-small .uk-text-right {
        text-align: center !important;
    }

    .centered-section-content-flex-small .uk-grid-item-match .uk-panel  {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}

/* Hidden on small devices */