.box__link {
  text-align: center;
  margin: 15px 0;
  display: inline-block;
  width: 100%;
}

.box__link a {
  display: block;
  padding: 60px 15px;
  line-height: 1.2;
  text-transform: uppercase;
  font-weight: 700;
  transition: all 0.3s linear;
  outline: none !important;
}

.box__link a:hover,
.box__link a:focus {
  transform: translateY(-3px);
  box-shadow: 0 10px 45px rgba(0, 0, 0,
    0.2);
}