.more {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.more>span {
    width: 36px;
    height: 36px;
    text-align: center;
    line-height: 32px;
    font-size: 16px;
    background: #0C2F5F;
    color: #FFFFFF;
    border-radius: 50%;
    margin-right: 15px;
}
.more>a {
    font-size: 16px;
    font-weight: 400;
    color: #0C2F5F;
    line-height: 22px;
}
