@media (min-width: 992px) {
  .col-lg-8.mx-auto {
    height: 956px;
  }
}

.dropdown-item:focus, .dropdown-item:hover {
  color: #16181b;
  text-decoration: none;
  background-color: rgb(255,153,0);
}

