.relationListWrapper__filterForm input#search {
    width: 100%;
    padding: 1.5em 1.5em 1.5em 5em;
    background: #f1f1f1 url('../img/search-icon.svg') 1.5em center no-repeat;
    background-size: 2em;
    border: none;
}


@media (min-width: 580px) {
    .relationListWrapper__filterForm .fe-checkboxgroup {
        display: flex;
        flex-wrap: wrap;
        margin-left: -1.5rem;
    }

    .relationListWrapper__filterForm .fe-checkboxgroup li {
        margin-left: 1.5rem;
    }

    .relationListWrapper__filterForm .fe-checkboxgroup li {
        flex-basis: calc(33.33% - 1.5rem);
    }

}
