
.onexhibit .onexhibit__programs .onexhibit__program:not(:last-child) {
    margin-bottom: 20px;
}

.onexhibit .onexhibit__program {
    background: #f9f8fa;
    padding: 15px 20px;
    border-radius: 5px;
}

.onexhibit > .bth__ttl-h1, .onexhibit > .bth__ttl-h2 {
    color: #48b2c2;
}

.onexhibit .onexhibit__program-date span {
    font-size: 12px;
    margin-left: 3px;
}

.onexhibit .bth__btn.bth__btn--blue:hover {
    background: #4cbece !important;
}

.onexhibit .bth__btn.bth__btn--blue {
    background: #48b2c2 !important;
    border: none !important;
}

.onexhibit .onexhibit__program-date::before {
    content: '\f073';
    font-weight: bold;
    font-family: "Font Awesome 5 Free";
    position: absolute;
    left: 0;
    top: 13px;
    font-size: 19px;
}

.onexhibit .bth__ava-square {
    display: inline-block;
    vertical-align: top;
}

.onexhibit .onexhibit__program-txt .bth__txt:last-child {
    border-bottom: 5px solid #ffffff;
    padding-bottom: 20px;
}

.onexhibit .onexhibit__program-txt {
    width: calc(100% - 420px);
    padding-left: 30px;
    display: inline-block;
    vertical-align: top;
}

.onexhibit .onexhibit__program .bth__btn.bth__btn--fill {
    background: #48b2c2 !important;
    border: none !important;
}

.onexhibit .onexhibit__program .bth__txt {
    margin-top: 10px;
}

.onexhibit .onexhibit__program-date {
    font-size: 30px;
    font-weight: bold;
    position: relative;
    padding-left: 30px;
    margin-bottom: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 5px solid #ffffff;
    padding-bottom: 10px;
}

.onexhibit .onexhibit__program .bth__btn {
    width: 250px;
    max-width: none;
    margin-top: 20px;
}

@media screen and (max-width: 1023px) {
    .onexhibit .onexhibit__program-txt {
        display: block;
        width: 100%;
        padding: 20px 0 0 0;
        order: 2;
    }

}

@media screen and (max-width: 767px) {
    .onexhibit .onexhibit__program-date {
        font-size: 21px;
        padding-left: 28px;
    }

    .onexhibit .onexhibit__program-date::before {
        top: 6px;
        font-size: 17px;
    }

    .onexhibit .onexhibit__program-date div {
        font-size: 16px;
    }

    .onexhibit .onexhibit__program {
        padding: 15px;
    }
}

@media screen and (max-width: 499px) {
    .onexhibit .bth__ava-square img {
        width: 100%;
    }
}