.exhibition-banner .wrap {
    column-gap: 22px;
}

.exhibition-banner .decoration-mob {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50px;
    object-fit: cover;
}
@media (min-width: 768px) {
    .exhibition-banner .decoration-mob {
        display: none;
    }
}

.exhibition-banner .decoration {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
}
@media (min-width: 768px) {
    .exhibition-banner .decoration {
        display: inline;
    }
}

.exhibition-banner .wrap .counter {
    display: none;
    background: transparent;
}
@media (min-width: 1240px) {
    .exhibition-banner .wrap .counter {
        display: flex;
    }
}

@media (min-width: 1240px) {
    .exhibition-banner .wrap .counter .block .count {
        font-size: 22px;
        border: 1px solid #b337de;
    }
}

.exhibition-banner .wrap .text {
    font-weight: 700;
    font-size: 14px;
    line-height: 120%;
}
@media (min-width: 800px) {
    .exhibition-banner .wrap .text {
        font-size: 21px;
        font-weight: 600;
        line-height: 130%;
    }
}

.exhibition-banner .wrap .meetus {
    font-size: 16px;
    line-height: 130% !important;
}