.motta-project-filter-select {
    display: none;
    width: 100%;
    min-height: 46px;
    padding: 10px 42px 10px 15px;
    border: 1px solid #8d6b1b;
    border-radius: 8px;
    color: #fff;
    background-color: #080808;
    background-image: linear-gradient(45deg, transparent 50%, #f4bd22 50%), linear-gradient(135deg, #f4bd22 50%, transparent 50%);
    background-position: calc(100% - 18px) 50%, calc(100% - 12px) 50%;
    background-size: 6px 6px, 6px 6px;
    background-repeat: no-repeat;
    font: inherit;
    line-height: 1.2;
    appearance: none;
    cursor: pointer;
}

@media (max-width: 767px) {
    .motta-project-filters {
        display: block;
        margin-bottom: 18px;
    }

    .motta-project-filter {
        display: none !important;
    }

    .motta-project-filter-select {
        display: block;
    }

    .motta-project-filter-select option {
        color: #fff;
        background: #080808;
    }
}
