/*// Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
 
  #home-2 {
    max-width: unset !important;
    margin: 0 auto;
  }

  #home-2 .elementor-inner-column {
    border-bottom: none;
  }

  #service-areas-boxes {
    max-width: unset !important;
  }

  #service-areas-boxes .elementor-inner-column {
    border-bottom: none;
  }

  #home-testimonials {
    max-width: unset;
  }

}