.card {
  width: 840px;
  height: 300px;
  margin: 20px;
  background: white;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, .2);
  border-radius: 4px;
  position: relative;
}
.button {
  text-align: right;
  position: absolute;
  top: 15px;
  right: 20px;

}
h4 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  color: #464646;
  padding: 15px;
}
button {
  color: white;
  background: #C73F3F;
}
