/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

.shortcode-certificates {
  min-height: 150px;
}

.item-download {
  max-width: 250px;
  display: table;
  margin: 0 auto;
  border: 1px solid #707070;
  box-shadow: none;
  transition: all 0.4s ease !important;
  padding: 25px 30px;
}

.item-download:hover {
  text-decoration: none;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

.item-download h5 {
  text-align: center;
}

.item-download img {
  display: table;
  margin: 0 auto;
}
