.blog_list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    flex-flow: wrap;
    margin-left: -10px;
    margin-right: -10px;
}

.blog-item .in-red img {
    width: 100%;
}

.blog-item h5.item__title {
    font-size: 15px;
    text-transform: uppercase;
    margin-bottom: 8px;
    line-height: 21px;
    font-family: 'Raleway-Regular';
    font-weight: bold;
}

.blog_list .blog-item h5.item__title {
    font-size: 14px;
}

.blog-side .blog-item h5.item__title {
    margin-bottom: 5px;
}

.blog-item .item__des p {
    font-size: 14px;
    line-height: 18px;
    font-family: 'Raleway-Regular';
}

.blog_view {
    display: flex;
    justify-content: space-between;
    max-width: 90%;
    margin: 0 auto;
    margin-top: 15px;
}

.blog-details {
    width: 75%;
    padding-right: 30px;
}

.blog_body {
    padding-right: 50px;
}

.blog-side {
    width: 25%;
}

.blog-side .blog-item {
    width: 100%;
}

.blog-image img {
    width: 100%;
    padding: 0;
    margin-left: 0;
}

.blog_body h5.item__title {
    font-size: 20px;
    text-transform: uppercase;
    line-height: 21px;
    margin: 15px 0;
    font-family: 'Raleway-SemiBold';
}

.blog_body .item__des p {
    font-size: 14px;
    font-family: 'Raleway-Regular';
    text-align: justify;
}

.blog_body .item__des p strong {
    font-size: 14px;
    font-family: 'Raleway-Medium';
}

.blog-side .item__des {
    line-height: 18px;
    font-size: 14px;
    font-family: 'Raleway-Regular';
    margin-bottom: 20px;
}

.item__des iframe {
    border: 0;
    width: 100%;
}

.blog-image-box {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.blog-image-box img {
    width: calc(50% - 10px) !important;
    margin-top: 20px;
}
.exhibitions-single-image{
    margin-bottom: 15px;
}
.exhibitions-single-image img {
    width: 100%;
    margin: 0;
}
.exhibitions-one-box {
    margin-bottom: 11px;
}
.exhibitions-two-image {
    display: flex;
    justify-content: space-between;
    padding-top: 4px;
    padding-bottom: 4px;
}
.exhibitions-two-image img{
    width: calc(50% - 4px);
}
.exhibitions-blog p {
    margin-bottom: 15px;
}
.exhibitions-two-box {
    justify-content: space-between;
    display: flex;
}
.exhibitions-two-box {
    display: flex;
    justify-content: space-between;
}
.exhibitions-two-box img.first{
    width: calc(45% - 20px);
}
.exhibitions-two-box img.second{
    width: calc(55% - 20px);
}
.exhibitions-two-box .second-box {
    width: calc(63% - 8px);
}
.exhibitions-two-box .first-box{
    width: calc(37% - 4px);
}
.exhibitions-blog h5 {
    font-family: 'Raleway-SemiBold';
    font-size: 24px;
    line-height: normal;
    margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
    .blog-sidebar .title-box h2 {
        font-size: 22px;
        position: relative;
        top: -4px;
        margin-bottom: 8px;
    }

    .blog-sidebar .title-box img {
        height: 16px;
        top: -2px;
    }
}
@media screen and (min-width: 991px) {
    .blog-sidebar .title-box h2 {
        font-size: 22px;
        position: relative;
        top: -4px;
        margin-bottom: 8px;
    }

    .blog-sidebar .title-box img {
        height: 16px;
        top: -2px;
    }

    .blog_list .blog-item:nth-child(4n + 1) {
        margin-right: 20px;
        margin-top: 30px;
    }

    .blog_list .blog-item:nth-child(4n + 2) {
        margin: 0 20px;
        margin-top: 30px;
    }

    .blog_list .blog-item:nth-child(4n + 3) {
        margin: 0 20px;
        margin-top: 30px;
    }

    .blog_list .blog-item:nth-child(4n + 4) {
        margin-left: 20px;
        margin-top: 30px;
    }

    .blog_list .blog-item {
        display: block;
        margin-top: 30px;
        width: calc(25% - 30px);
    }

    .blog_list {
        margin-left: 0;
        margin-right: 0;
    }
}

@media screen and (max-width: 991px) {
    .exhibitions-two-box .second-box {
        margin-bottom: 8px;
    }
    .exhibitions-one-box {
        margin-bottom: 8px;
    }
    .exhibitions-two-box .first-box,
    .exhibitions-two-box .second-box {
        width: 100%;
    }
    .exhibitions-two-box img.first {
        margin-bottom: 8px;
    }
    .exhibitions-two-box img.second,
    .exhibitions-two-box img.first{
        width: 100%;
    }
    .exhibitions-two-image img {
        width: 100%;
        margin-bottom: 8px;
    }
    .exhibitions-two-image {
        display: block;
        padding-top: 0;
        padding-bottom: 0;
    }
    .exhibitions-two-box img {
        width: 100%;
    }
    .exhibitions-two-box {
        display: block;
    }
    .item__body {
        text-align: left;
        margin-top: 15px;
        height: auto;
    }

    .blog_body {
        margin-bottom: 30px;
    }

    .blog_view {
        max-width: 100%;
        display: block;
    }

    .blog-image img {
        width: 100%;
        padding: 0;
        margin-left: 0;
    }

    .blog-item {
        width: 33.33%;
    }

    .blog-details {
        width: 100%;
        padding-right: 0;
    }

    .blog_body {
        padding-right: 0;
    }

    .blog-side {
        width: 25%;
    }
    .blog-item {
        width: 50%;
        padding: 0;
    }

    .blog-side {
        width: 50%;
    }

    .blog_list .blog-item:nth-child(2n + 1) {
        margin-right: 30px;
    }

    .blog_list .blog-item:nth-child(2n + 2) {
        margin-left: 30px;
    }

    .blog_list .blog-item {
        display: block;
        margin-bottom: 30px;
        width: calc(50% - 30px);
    }

    .blog_list {
        margin-left: 0;
        margin-right: 0;
    }
}

@media screen and (max-width: 768px) {
    .blog-image-box img {
        width: calc(50% - 10px) !important;
        margin-top: 20px;
    }

    .filter.filter-box {
        display: flex;
        margin-top: 0px;
        margin-bottom: 20px;
    }

    .blog-item {
        width: 50%;
        padding: 0;
    }

    .blog-side {
        width: 50%;
    }

    .blog_list .blog-item:nth-child(2n + 1) {
        margin-right: 0px;
    }

    .blog_list .blog-item:nth-child(2n + 2) {
        margin-left: 0px;
    }

    .blog_list .blog-item {
        display: block;
        margin-bottom: 20px;
        width: 100%;
    }

    .blog_list {
        margin-left: 0;
        margin-right: 0;
    }

    .gallery-section .title-box h2 {
        margin-bottom: 5px;
    }

    .blog-sidebar .title-box h2 {
        font-size: 24px !important;
        font-family: 'Helvetica-Bold';
        margin-bottom: 10px;
    }

    .blog-sidebar .title-box h2 img {
        height: 17px;
        margin-left: -2px;
        top: -2px;
    }
    .blog_list .blog-item:last-child {
        margin-bottom: 0px !important;
    }
}

@media screen and (max-width: 480px) {
    .blog-side {
        width: 100%;
    }

    .blog_list .blog-item:nth-child(2n + 1) {
        margin-right: 0px;
    }

    .blog_list .blog-item:nth-child(2n + 2) {
        margin-left: 0px;
    }

    .blog_list .blog-item {
        display: block;
        margin-bottom: 20px;
        width: 100%;
    }
}