/* ============================ */
/*    Service Banner */
/* ============================ */

.service-banner {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40vh;
  width: 100%;
  background-color: #14131b;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 50;
}
