.items-num {
    font-size: 73px;
    line-height: 100%;
    color: #DCC96C;
    font-family: 'Roboto Condensed Bold';
    float: left;
    display: block;
}

.card-number .blockVer1-items {
    flex-direction: row;
    align-items: flex-start;
    border: none;
}

.card-number .blockVer1-items:hover {
    box-shadow: none;
}

.card-number .items-text {
    position: relative;
    padding-left: 12px;
    font-size: 18px;
    line-height: 20px;
}

.card-number .items-text:before {
    content: '/';
    font-family: 'Roboto Condensed';
    font-weight: bold;
    line-height: 23px;
    display: block;
    position: absolute;
    font-size: 30px;
    left: -3%;
    top: -5%;
}

.card-number .items-text > b,
.card-number .items-text > strong {
    font-family: 'Roboto Condensed Bold';
    font-size: 24px;
}
