@media (min-width: 992px) {
  .card-columns {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2; } }
.number-wrapper {
  position: absolute;
  left: 50%;
  top: -20px; }

.card-number-image {
  height: 40px;
  width: 40px;
  background-color: #473775;
  border-radius: 50%;
  display: inline-block;
  left: -50%;
  position: relative;
  color: #fefefe;
  text-align: center;
  line-height: 40px;
  font-size: 1.4rem;
  font-weight: 400; }

.card-body {
  position: relative; }

.card-title {
  font-weight: 500;
  font-size: 1.0rem;
  color: black;
  word-wrap: break-word;
  white-space: inherit; }

.card-columns .card {
  white-space: inherit; }

.period-view {
  color: black; }

.card-footer {
  background: #473775; }

a.card-button {
  color: #d4d4d4; }

a.card-button:hover {
  color: #fff; }

.card-button .far {
  font-weight: 200;
  font-size: 1.2rem; }

.card-header h4 {
  color: #473775; }

/*# sourceMappingURL=new.css.map */
