.number-page {
	.number-wrap {
		.number {
			font-size: 25px;
            line-height: 1.85;
            font-weight: 700;
            display: flex;
            align-content: center;
            justify-content: center;
            background: #fff;
            color: var(--primary-color);
            border-radius: 99px;
            overflow: hidden;
            width: 50px;
            height: 50px;
		}
	}
}