.navigation {
    padding-top: 60px;
}
.navigation-pages {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}
.navigation-pages > *{
    width: 48px;
    height: 48px;
    text-align: center;
    line-height: 48px;
    font-size: 18px;
    font-weight: 500;
    background-color: white;
    border-radius: 12px;
    color: #111;
    border: 1px solid white;
}
.nav-current-page {
    border-color: #1CA4E4;
}