.centered {
  margin: 0 auto;
}

.finer-print {
  font-size: 15px;
}

.span2 {
  width: 100%;
  padding: 0;
  float: left;

}

.business-card {
  position: relative;
  background: #eeeeec;
  color: #2e3436;
  width: 400px;
  height: 240px;
  font-size: 18px;
  border-bottom: 2px solid #d3d7df;
  border-radius: 15px;
  box-shadow: 0 0 10px 1px #000;
  margin-top: 4%;
}

.business-card .title {
  background: #2C3846;
  color: #fff;
  height: 35px;
  padding: 10px;
  font-weight: bold;
  border-top: 2px solid #2C3846;
  border-left: 2px solid #2C3846;
  border-radius: 14px 14px 0 0;
}

.business-card .content {
  font-weight: bold;
  padding: 15px;
}


.business-card .footer {
  position: absolute;
  color: #115A9E;
  bottom: 10px;
  left: 2%;
  font-size: 30px;
  font-weight: bold;
  padding-top: 5px;
  border-top: 1px solid;
  width: 96%;
}