@media (min-width: 1280px) {
  #border-hover-effect:hover {
    border-width: 1px;
    border-color: var(--primary);
    border-style: solid;
  }
}

