@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .card-inner .download-btn-wrap {
    top: calc(50% - 10px);
  }
}
