.box_custom .btn-dark {
box-shadow: 3px 3px 5px #999;
}
.box_custom .btn-dark:hover {
box-shadow: none;
}