.bg-primary {
  background: #2f55d4;
}

.bg-secondary {
  background: #5a6d90;
}

.bg-success {
  background: #2eca8b;
}

.bg-danger {
  background: #e43f52;
}

.bg-warning {
  background: #f17425;
}

.bg-info {
  background: #17a2b8;
}

.bg-light {
  background: #f8f9fc;
}

.bg-white {
  background: #fff;
}

.bg-dark {
  background: #3c4858;
}

.bg-muted {
  background: #8492a6;
}

.bg-grey-bg {
  background: linear-gradient(301deg, #fee, #eaf6ff);
}

.bg-soft-primary {
  background: rgba(47, 85, 212, 0.1);
}

.bg-soft-secondary {
  background: rgba(90, 109, 144, 0.1);
}

.bg-soft-success {
  background: rgba(46, 202, 139, 0.1);
}

.bg-soft-danger {
  background: rgba(228, 63, 82, 0.1);
}

.bg-soft-warning {
  background: rgba(241, 116, 37, 0.1);
}

.bg-soft-info {
  background: rgba(23, 162, 184, 0.1);
}

.bg-soft-light {
  background: rgba(248, 249, 252, 0.1);
}

.bg-soft-dark {
  background: rgba(60, 72, 88, 0.1);
}

.bg-soft-muted {
  background: rgba(132, 146, 166, 0.1);
}

.list-card-wrap {
  padding: 60px 0;
}
.list-card-wrap .list-card {
  margin-bottom: 50px;
}
.list-card-wrap .list-card:hover h2 {
  text-decoration: underline;
}
.list-card-wrap img {
  max-width: 100%;
  height: auto;
}
.list-card-wrap a {
  color: #434648;
  width: 100%;
  height: 100%;
  position: absolute;
  display: block;
}
.list-card-wrap .text-wrap h2 {
  font-size: 22px;
  color: #0d1f61 !important;
  line-height: 1.5;
  letter-spacing: 1.1px;
  font-weight: bold;
  margin-bottom: 10px;
}
.list-card-wrap .text-wrap p {
  font-size: 1.5rem;
  line-height: 1.71;
  letter-spacing: 1px;
  color: #434648;
  margin: 0 0 10px 0;
}
.list-card-wrap .text-wrap .date {
  font-size: 1.4rem;
  color: #7c8386;
}

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