
.element-footer-ul {
    display: flex;
    list-style: none;
}

.element-footer-ulli {
    width: 25%;
    padding: 10px 20px;
    margin-bottom: 0;
}
.element-plmko{
    list-style: none;
}

@media(max-width:768px) {
    .element-footer-ul {
        display: flex;
        flex-direction: column;
    }

    .element-footer-ulli {
        width: 100%;
        padding: 20px 0;
    }
}
