.single-arts_portfolio_item .section-masthead {
    min-height: 100vh;
}

.project__text h5{
    font-weight: 300;
    opacity: .8;
}
.filter__inner .filter__item_active{
    color: #fff !important;
}
.single_gallery {
    display: flex;
    width: 100%;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}
.pd-1{
    padding: 5px !important;
}
.project__image img{
    height: 55vh;
    object-fit: cover;
    width: 100%;
    filter: grayscale(1);
    transition: ease-in-out 0.3s;
}
.project__image img:hover{
    filter: grayscale(0);
}

@media screen and (max-width: 767px) {
    .post__content{
        padding: 15px;
    }
}