.bcvp {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0px 5px;
    justify-content: center;
    max-width: 100%;
    margin-top: 20px;
	margin-bottom: 20px;
}

.btn-lev-img {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    max-width: 435px;
    padding: 2px 5px 5px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 8px;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease;
    box-sizing: border-box;
}

.btn-lev-img img {
    display: block;
    width: 100%;
    /* height: 80px !important; */
	max-width: 425px !important;
    object-fit: contain;
    margin: 0;
	margin-bottom: 2px;
}

.btn-lev-img .level-text, .btn-l .level-number {
    margin: 0;
    padding: 0;
    line-height: 1.2;
}

.btn-lev-img .level-text {
    font-weight: normal;
    margin-top: 8px;
    margin-bottom: 2px;
}

.btn-lev-img:hover {
    background-color: #e6e6e6;
    border-color: #adadad;
}

.ad-block {
    grid-column: 1 / -1;
}
.l-name {
    font-size: 15px !important;
}
