.doc-box{ margin-bottom:25px; } .doc-link{ display:block; padding: 20px by 15px; min-height:85px; background:#ffffff; border:1px solid #e5e5e5; border-radius:10px; text-align:center; color:#0d6efd; font-size: 17px; font-weight:600; text-decoration:none !important; box-shadow:0 3px 10px rgba(0,0,0,.08); transition: all .3s ease; } .doc-link:hover{ background: #0d6efd; color:#ffffff !important; border-color: #0d6efd; text-decoration: none; box-shadow:0 8px 20px rgba(13,110,253,.25); transform:translateY(-4px); }