

.button-group-3 .button-1.active  {
    color: rgba(255, 255, 255, 1);
    background-color: rgba(245, 158, 11, 1);
}

.button-group-3 .button-2.active  {
    color: rgba(255, 255, 255, 1);
    background-color: rgba(185, 28, 28, 1);
}

.button-group-3 .button-3.active  {
    color: rgba(255, 255, 255, 1);
    background-color: rgba(4, 120, 87, 1);
}

.button-group-1 .button-1.active  {
    color: rgba(255, 255, 255, 1);
    background-color: rgba(59, 130, 246, 1);
}