.card {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
  padding: 2rem;
  text-align: center;
}

.blue-border {
  border-top:10px solid #0e55a8;
}

.orange-border {
  border-top:10px solid #fb9d3d;
}
  
.card a.button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  align-items: center;
  border: 1px solid transparent;
  border-radius: 4px;
  display: inline-flex;
  font-size: 16px;
  justify-content: center;
  padding: 8px 16px;
  text-decoration:none;
}

.card hr {
  border-bottom: 1px solid #f4f4f4;
}

.card-header {
  text-align: center;
}

h3.card-heading {
  margin-bottom:0px!important;
  margin-top:20px!important;
}

h4.card-heading {
  margin-bottom:0px!important;
  margin-top:20px!important;
  color:#1157df!important;
}

.card-extra {
  font-weight:bold;
  margin-top:10px;
  color:#666;
}
.card-subtitle {
  font-size: 0.8em;
  line-height: 1.2em;
}

.card-body li {
  font-size: 0.9em;
  line-height: 1.3em;
}

.card-body ul,
.card-body li {
  padding: 0;
}

.card-body li {
  list-style: none;
  margin: 0;
  padding: 0.5rem 0;
  text-align: left;
}

.card-body svg {
  display: inline-block;
  fill: #1157df;
  margin-right: 10px;
  max-width: 20px;
}

@media screen and (max-width: 1200px) {
  /*.card {
    padding: 2rem 1rem;
  }
}*/

@media screen and (max-width: 787px) {
  .card {
    margin-bottom: 2rem;
  }
}
