.banner-ad {
    margin-bottom: 25px;
}

.site-map {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}

.site-map p {
    margin-bottom: 0;
}

.btn-close-menu {
    display: flex;
    align-items: center;
    justify-content: center;
}

.pagination {
    margin-top: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

