.projectSec {
    margin: 60px 0 0;
}

.tabbingSec {
    display: flex;
    justify-content: space-between;
    margin: 0 0 30px;
}

.tabbingSec select {
    padding: 0 10px;
    min-height: 40px;
}

.productThumb {
    margin: 0 0 30px
}

.productThumbContentArea {
    background: var(--lightYellow);
    padding: 20px;
}

@media screen and (max-width: 767px) {
    .projectSec {
        margin: 40px 0 0;
    }
    .tabbingSec {
        flex-direction: column;
        gap: 30px;
    }
    .tabbingSec .buttons {
        gap: 10px;
        display: flex;
        flex-wrap: wrap;
    }
}

.status_tag{
    font-size: 12px;
    font-weight: 500;
    background-color: #D1AC66;
    color: #fff;
    padding: 4px 12px;
    line-height: normal;
    border-radius: 32px;
}

.completed{
    background-color: #1CB8B4;
}

.upcoming{
    background-color: #9747FF   ;
}