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

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