.boxed-link {
  display: block;
  padding: 12px 30px 12px 20px;
  color: #818c8d;
  border: 1px solid #f1f1f1;
  border-radius: 5px;
  text-decoration: none;
  margin-bottom: 10px;
  position: relative;
  -webkit-transition: .3s ease;
          transition: .3s ease;
}
.boxed-link:after {
  content: " ";
  width: 23px;
  height: 11px;
  background: url(images/long-arrow.png) no-repeat;
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.boxed-link:hover {
  border-color: #19bdce;
  color: #19bdce;
}

figure img {
    display: block;
    max-width: 100%;
}