
.filter-gallery .filter-buttons {
  text-align: center;
     margin-bottom: 50px;
    margin-top: 60px;
}

.filter-gallery .filter-buttons button {
     border: none;
    border-radius: 50px;
    padding: 20px 60px;
    font-size: 15px;
    cursor: pointer;
    background: #191919;
    color: #ebdb9c;
    margin-top: 15px;
}

.filter-gallery .active {
  background: #244337 !important
}
