.exhibition-tabs {
    margin: 20px 0;
    font-family: Arial, sans-serif;
}

.exhibition-tabs .tabs {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    border-bottom: 2px solid #ccc;
}

.exhibition-tabs .tabs li {
    margin: 0;
    padding: 10px 20px;
    cursor: pointer;
    background: #f9f9f9;
    border: 1px solid #ccc;
    border-bottom: none;
}

.exhibition-tabs .tabs li.active {
    background: #fff;
    font-weight: bold;
    border-top: 2px solid #0073aa;
}

.exhibition-tabs .tab-content {
    display: none;
    padding: 20px;
    border: 1px solid #ccc;
    background: #fff;
}

.exhibition-tabs .tab-content.active {
    display: block;
}
/* .exhibitionwrap {
    display: flex; column-gap: 20px; flex-wrap: wrap;
} */


.exhibitionwrap h3 {
    color: hsl(0, 0%, 0%);
    font-size: 19px;
    font-weight: bold;
}

.exhibitionwrap .exhibitionbody {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.exhibitionwrap .exhibitioncontent {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    line-height: 30px;
    padding-left: 20px;
}
.exhibitionwrap .exhibitioncontent p {
    margin-bottom: 0;
}

.exhibitionwrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.exhibitionwrap .exhibition {
    flex: 0 0 100%;
    max-width: 100%; 
}

.exhibitions .exhibition-tabs .tabs li {
    margin-right: 15px !important;
    background: #afb6bd;
    color: #fff !important;
    border: 0;
}

.exhibitions .exhibition-tabs .tabs li a, .exhibitions .exhibition-tabs .tabs li.active a {
    color: #fff !important;
    text-decoration: none !important;
}

.exhibitions .exhibition-tabs .tabs li.active {
    background-color:#43297f !important;
}

.exhibitions .tab-content, .exhibitions .exhibition-tabs .tabs {
    border: 0 !important;
}
@media (min-width: 768px) {
    .exhibitionwrap .exhibition {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        
    }
    .exhibitionwrap .exhibition:nth-child(odd) {
        border-right: 1px solid #ccc !important;
        padding-right: 20px;
    }

    .exhibitionwrap .exhibition:nth-child(even) {
        padding-left: 20px;
    }
   
    .exhibitions .tab-content {
        padding: 30px;
    }
}

