/*for enlarging the hompage find you dream job form*/
@media (min-width: 992px) { /* Bootstrap's large screen breakpoint */
  .col-lg-7 {
    width: 100%;
    flex: 0 0 100%; /* Override Bootstrap's flex settings */
    max-width: 100%; /* Ensure it takes full width */
  }

  .col-lg-7 > .mb-4.pb-3 {
    margin-right: 0;
  }
}
@media (min-width: 768px) {
  /* Hide the homepage top bar only on desktop */
  .top-bar {
    display: none;
  }
  
  /* Move menubar to the topmost high only on desktop */
  nav#navbar {
    margin-top: 0px !important;
  }
}