.card-holder {
border: 1ps gray solid;
  
  font-family: 'Josefin Sans', sans-serif;
  font-size: 14px;
  font-weight: 400;
    color: gray;
    
}

*, *:before, *:after {
  box-sizing: inherit;
}

.u-clearfix:before,
.u-clearfix:after {
  content: " ";
  display: table;
}

.u-clearfix:after {
  clear: both;
}

.subtle {
  color: #aaa;
}

.card-container {
  margin: 25px auto 0;
  position: relative;
  width: 680px;
}

.card {
  background-color: #fff;
  padding: 30px;
  position: relative;
  box-shadow: 0 0 5px rgba(75, 75, 75, 0.47);
  z-index: 1;
}

.card-body {
  display: inline-block;
  float: left;
  width: 310px;
}

.card-number {
  margin-top: 15px;
}

.card-circle {
  border: 1px solid #aaa;
  border-radius: 50%;
  display: inline-block;
  line-height: 22px;
  font-size: 12px;
  height: 25px;
  text-align: center;
  width: 25px;
}

.card-author {
  display: block;
  font-size: 12px;
  letter-spacing: .5px;
  margin: 15px 0 0;
  text-transform: uppercase;
}

.card-title {
 
  font-size: 40px;
  font-weight: 300;
  line-height: 40px;
  margin: 10px 0;
    
}

.card-description {
  display: inline-block;
font-family: 'Josefin Sans';
    font-size: 1rem;
    font-weight: 200;
}

 

.card-description::after {
  background-color: #b8bddd;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  width: 44%;
    
}

.card-tag {
  float: right;
  margin: 5px 0 0;
}

.card-media {
  float: right;
    transition: all .4s ease;
}
.card-media:hover {
 transform: scale(1.02);
    filter: grayscale(.4);
}

.card-shadow {
  background-color: #fff;
  box-shadow: 0 2px 25px 2px rgba(0, 0, 0, 1), 0 2px 50px 2px rgba(0, 0, 0, 1), 0 0 100px 3px rgba(0, 0, 0, .25);
  height: 1px;
  margin: -1px auto 0;
  width: 80%;
  z-index: -1;
}