.payment-btn {
  &.gpay {
    background-color: #1a73e8;
    color: #fff;

    &:after {
      color: #fff;
      content: "\e079";
    }
  }
}
