doto-payment-summary {
  display: block;
  margin: 12px 0;
}

.doto-payment-summary__text {
  color: #1b7f4d;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.35;
}

@media (max-width: 749px) {
  .doto-payment-summary__text {
    font-size: 0.875rem;
  }
}
