.jomlah-filter{
background:#070707;
padding:25px;
margin:20px;
border-radius:20px;
text-align:center;
color:#fff;
}

.jomlah-grid{
display:grid;
grid-template-columns:repeat(4,1fr);
gap:10px;
margin-top:15px;
}

.jomlah-grid select,
.jomlah-grid button{
height:50px;
border-radius:12px;
border:none;
font-weight:700;
}

.jomlah-grid button{
background:#e51f28;
color:#fff;
}

@media(max-width:768px){
.jomlah-grid{
grid-template-columns:1fr;
}
}