.main-about-mo__title br {
	display: none;
}

.page-numbers {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.4rem;
    height: 2.4rem;
    border-radius: .4rem;
    color: #17479e;
    text-decoration: none;
    transition: all .3s ease;
    font-size: 1.6rem;
}
.page-numbers.current {
    background-color: #2b8cfe;
    color: #fff;
}

@media screen and (max-width: 768px) {
    html[lang=en] .identity-page .section-color .color__name {
        font-size: 1.6rem;
    }
}
