.ebook-info-link {
  box-sizing: border-box;
  max-width: 1120px;
  margin: 14px auto 0 auto;
  padding: 14px 20px;
  background: #f9fafa;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  color: #d60000;
  text-align: center;
  text-transform: uppercase;
}

.ebook-info-link a {
  color: #d60000;
  font-weight: 800;
  text-decoration: none;
}

.ebook-info-link a:hover {
  text-decoration: underline;
}

@media (max-width: 768px) {
  .ebook-info-link {
    margin: 10px 16px 0 16px;
    padding: 12px 14px;
    font-size: 16px;
    font-weight: 700;
  }
}