.template-pagination ul li span {
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    color: #7A7A7A;
    font-weight: 600;
    border-radius: 3px;
    background: rgba(194, 194, 194, 0.5);
    transition: 0.3s ease-in;
}