body {
  padding: 5rem;
  font-family:Arial, sans-serif
}

.card {
  display: inline-block;
  vertical-align: top;
  width: 280px;
  position: absolute;
  overflow: hidden;
  margin:5px;
  background: #FFF;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  color: #272727;
  border-radius: 2px;
  top:20px;
}

.card .fab {
  position: absolute;
  bottom: -20px;
  right: 10px;
  height: 50px;
  width: 50px;
  padding: 1rem;
  border-radius: 25px;
  background-color: #8CAF18;
  color: white;
  border: 0;
  font-size: 1rem;
  line-height: 10px;
  outline: none;
}
.card .fab:active {
  
}

.card .title {
  font-size: 16px;
  font-weight: 300;
  
}


.card .content {
  padding: 10px;
  font-weight: 300;
  border-radius: 0 0 2px 2px;
  height:250px;
  font-size: 14px;
}

.card p {
  margin: 0;
}

.card .action {
  border-top: 1px solid rgba(160, 160, 160, 0.2);
  padding: 10px;
  color:#777;
  font-size:12px;
}

.card a {
   color:#777;
  margin-right: 20px;
 font-size:14px;
  text-decoration:none;
}

.card a:hover {
   color:#f26c4f;
   
}

.card .image {
  min-height: 50px;
  position: relative;
  background: #8CAF18;
}

.card .image img {
  border-radius: 2px 2px 0 0;
  position: relative;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
}

.card .image .title {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 20px;
  color: #FFF;
}



.card2 {
  display: inline-block;
  vertical-align: top;
  width: 280px;
  position: absolute;
  overflow: hidden;
  margin:5px;
  background: #FFF;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  color: #272727;
  border-radius: 2px;
  margin-left:260px;
  top:20px
  
}

.card2 .fab {
  position: absolute;
  bottom: -20px;
  right: 10px;
  height: 50px;
  width: 50px;
  padding: 5px;
  border-radius: 25px;
  background-color: #8CAF18;
  color: white;
  border: 0;
  font-size: 1rem;
  line-height: 10px;
  outline: none;
}
.card2 .fab:active {
  -webkit-animation: squish 0.75s ease;
          animation: squish 0.75s ease;
}

.card2 .title {
  font-size: 16px;
  font-weight: 300;
}

.card2 .content {
  padding: 10px;
  font-weight: 300;
  border-radius: 0 0 2px 2px;
  height:250px;
   font-size: 13px;
}

.card2 p {
  margin: 0;
}

.card2 .action {
  border-top: 1px solid rgba(160, 160, 160, 0.2);
  padding: 10px;
  color:#777;
  font-size:12px;
}

.card2 a {
  color:#777;
  margin-right: 20px;
 font-size:13px;
  text-decoration:none;
}
.card2 a:hover {
   color:#f26c4f;
   }
   
   
   
.card2 .image {
 min-height: 50px;
  position: relative;
  background:#8CAF18;
}

color{
 color: #777;
 font-weight:normal;
}

.card2 .image img {
  border-radius: 2px 2px 0 0;
  position: relative;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
}

.card2 .image .title {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 20px;
  color: #FFF;
}



