.card-box{
  min-height: 180px;
  width: 360px;
  background: #fff;
  float: left;
  margin-right: 12px;
  margin-top: 30px;
  /*! border-radius: 6px; */
  border-color: rgb(46, 182, 56);
  -webkit-box-shadow: 0px 9px 43px 0px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 9px 43px 0px rgba(0,0,0,0.75);
  /*! box-shadow: 0px 9px 43px 0px rgba(0,0,0,0.75); */
  margin-bottom: 45px;
  margin-left: 50px;
}

.card-box .list{
  width: 250px;
  position: relative;
  min-height: 150px;
  float: right;
  text-align: left;
  margin: 10px 10px 10px 10px;
}

.list-text-name{
  font-weight: bold;
  margin: 5px 43px 0px 20px;
  font-family: sans-serif;
  color: rgb(0, 0, 0);
  font-size: 17px;
}
.list-text-occupation{
  font-weight: lighter;
  margin : 0px 0px 0px 20px;
  font-family: sans-serif;
  color: rgb(0, 0, 0);
  font-size: 12px;
}
.list-text-address{
  font-weight: lighter;
  margin : 10px 0px 0px 20px;
  font-family: sans-serif;
  color: rgb(0, 0, 0);
  font-size: 12px;
}
.list-text-phone{
  font-weight: lighter;
  margin : 8px 0px 0px 20px;
  font-family: sans-serif;
  color: rgb(0, 0, 0);
  font-size: 12px;
}
.list-text-fax{
  font-weight: lighter;
  margin : 0px 30px 0px 20px;
  font-family: sans-serif;
  color: rgb(0, 0, 0);
  font-size: 12px;
}
.list-text-website{
  font-weight: lighter;
  margin : 7px 30px 0px 20px;
  font-family: sans-serif;
  color: rgb(0, 0, 0);
  font-size: 12px;
}
.photo{
  position: absolute;
  width: 143px;
  height: 143px;
  margin: 10px 10px 10px 10px;

}
.photo img{
  width: 100px;
  height: 100px;
}

.footer{
  width: 100%;
  /*background: rgb(27, 181, 33);*/
  height: 14px;
  margin-top: 150px;
}
