.view-details-wrapper {
  margin: 12px;

}
.view-details-wrapper .btn-view-details {
  display: block;
  width: 100%;
  box-sizing: border-box;
  text-align: center;
  background: #14171a;
  color: #fff;
  padding: 10px 15px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: background-color 0.2s ease;
}
.view-details-wrapper .btn-view-details:hover,
.view-details-wrapper .btn-view-details:focus {
  background: #000;
  color: #fff;
  text-decoration: none;
}