/**
* Block Name: buttons
*/

section.buttons .gap {
  gap: 25px;
}

section.buttons .btn-primary:hover .anchor {
  transform: translateY(5px);
}
