@mixin bg-opacity($color, $opacity: 1) {
    background: $color;
    background: rgba($color, $opacity);
}