/* --> Responsive <-- */
.single-card {
  display: block;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  -webkit-box-shadow: 0 4px 24px rgba(37, 81, 98, 0.15);
          box-shadow: 0 4px 24px rgba(37, 81, 98, 0.15);
  border-radius: 40px;
  padding: 32px 60px 32px 60px; }
  .single-card .big-number {
    margin-top: -32px;
    display: inline-block;
    font-size: 80px;
    font-weight: 700; }


/*# sourceMappingURL=card-script.css.map*/