.jesloo-main-banner {
  /* background: linear-gradient(135deg, #4a90e2 0%, #357abd 50%, #1e5f99 100%); */
  /* background-image: url('<?= asset('/images/global/banner/banner_building.png') ?>'); */
  background-size: cover;
  background-position: center;
  background-blend-mode: overlay;
  height: 410px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  /* max-width: var(--jesloo-max-width-1920); */
  /* margin: 0 auto; */
}
/* 
.jesloo-main-banner::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(31, 85, 176, 0.4);
} */

.jesloo-main-banner .banner-content {
  position: relative;
  text-align: center;
}

.jesloo-main-banner .banner-title {
  color: white;
  font-size: 48px;
  font-weight: 400;
  margin: 0;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

@media (max-width: 991.98px) {
  .jesloo-main-banner {
    height: 300px;
  }
  .jesloo-main-banner .banner-title {
    font-size: 36px;
  }
}

@media (max-width: 767.98px) {
  .jesloo-main-banner {
    height: 200px;
  }

  .jesloo-main-banner .banner-title {
    font-size: 24px;
  }
}