.new-detail-content{
    position: relative;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.new-detail-content .entry-header{
    border: 0;
    margin: 16px auto 0;
    padding-bottom: 20px;
}
.new-detail-content .new-detail-header{
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}
.new-detail-content h1.entry-title{
    color: #000;
    max-width: 765px;
    font-size: 65px;
    font-weight: 400;
    line-height: 86px;
    letter-spacing: 0.03rem;
}
.new-detail-content .new-detail-date {
    margin-top: 29px;
}
.new-detail-content .new-detail-date p{
    color: #000000;
    float: right;
    font-size: 14px;
    font-weight: 400;
}
.new-detail-content .entry-content {
    margin-top: 16px;
}
.new-detail-content .entry-content p{
    font-family: Work Sans;
    font-size: 14px;
    font-weight: 400;
    color:#000000;
    line-height: 24px;
    max-width: 970px;
}
.new-detail-content .entry-content figure.post-thumbnail img{
    max-height: 100% !important;
    max-width: 765px !important;
    height: 100% !important;
    object-fit: cover;
}
.new-detail-content .entry-content figure.post-thumbnail{
    margin-top: 50px;
}
/* Related Exhibition and Artists */
.related-exhibition{
    position: relative;
}
.related-exhibition{
    padding-top: 21px;
}
.related-exhibition .section-wrapper {
    margin-top: 71px;
}
.related-exhibition  .section-title{
    font-family: Playfair Display;
    color: #000000;
    font-size: 30px;
    font-weight: 400;
    line-height: 40px;
    padding-bottom: 30px;
    border-bottom: 0.5px solid #7B7B7B;
}
.related-exhibition .exhibitions-listing{
    align-items: end;
    display: flex;
    flex-wrap: wrap;
    column-gap: calc(13.6%/2);
    row-gap: 52px;
}
.related-exhibition .exhibition-item{
    width: 28.8%;
    max-width: 335px;
}
.related-exhibition .exhibition-image{
    display: flex;
}
.related-exhibition .sub-exhibition-image{
    overflow: hidden;
}
.related-exhibition .sub-exhibition-image img{
    --ease-out-quint: cubic-bezier(0.230,1.000,0.320,1.000);
    transition: opacity .6s linear,transform 1.2s var(--ease-out-quint);
}
.related-exhibition .sub-exhibition-image img:hover{
    cursor: pointer;
    transform: scale(1.03);
}
.related-exhibition .exhibition-content{
    margin-top: 20px;
}
.related-exhibition .exhibition-content:hover{
    cursor: pointer;
}
.related-exhibition .exhibition-content .title{
    color: #000000;
    font-size: 16px;
    font-weight: 500;
    line-height: 19px;

}
.related-exhibition .date{
    color: #7B7B7B;
    font-size: 14px;
    line-height: 25px;
}
.new-detail-content .related-artists {
    margin-top: 50px;
    margin-bottom: 50px;
}
/* Mobile */
@media (max-width:767.98px){
    .new-detail-content .new-detail-header{
        display: block;
    }
    .new-detail-content h1.entry-title{
        font-size: 35px;
        line-height: 47px;
        margin-bottom: 16px;
    }
    .new-detail-content .new-detail-date {
        margin-top: 0;
    }
    .new-detail-content .new-detail-date p{
        float: left;
    }
    .new-detail-content .entry-content {
        margin-top: 44px;
    }
    .new-detail-content .entry-content figure.post-thumbnail {
        margin-top: 40px;
        min-height: unset;
    }
    .related-exhibition{
        padding-top: 0;
    }
    .related-exhibition .section-title{
        font-size: 28px;
        line-height: 37px;
        padding-bottom: 20px;
    }
    .related-exhibition .section-wrapper {
        margin-top: 40px;
    }
    .related-exhibition .exhibitions-listing {
        column-gap: 6%;
        row-gap: 27px;
    }
    .related-exhibition .exhibition-item {
        width: 47%;
        max-width: unset;
    }
    .related-exhibition .exhibition-content {
        margin-top: 15px;
    }
    .related-exhibition .date {
        margin-top: 4px;
    }
    .new-detail-content .related-artists {
        margin-top: 15px;
        margin-bottom: -37px;
    }
    .new-detail-content .related-artists .section-title {
        padding-bottom: 25px 0 20px;
    }
}
@media only screen and (max-width: 425px) {
    .related-exhibition .exhibition-item {
        width: 100%;
        max-width: unset;
    }
}
