.snapp-pay-box {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  padding: 0;
  gap: 16px;
  align-items: center;
}
.snapp-pay-box .sp-logo {
  background: url(logo/Snapp!-Pay-Desktop.svg);
  width: 40px;
  height: 40px;
}
.snapp-pay-box .sp-text {
  display: flex;
  flex-direction: column;
}
.snapp-pay-box .sp-text .sp-title {
  flex: 1;
  color: #1a1c23;
  font-weight: 600;
  font-size: 14px;
}
.snapp-pay-box .sp-text .sp-description {
  color: #616475;
  font-size: 12px;
  margin-top: -8px;
}