@media (max-width: 1024px) {
    .logo {
        max-width: 200px !important;
        height: auto !important;
    }
}

li[itemprop="itemListElement"], li.d-flex {
    display: flex;
    justify-content: center;
    align-items: center;
}