.innnerBanner {
  width: 100%;
  min-height: 570px;
  background-position: center !important;
  background-repeat: no-repeat !important;
  position: relative;
  display: flex;
  align-items: flex-end;
  padding-bottom: 60px;
}
.innnerBanner .mobBan {
  display: none;
}
.innnerBanner .mobBan2 {
  display: block;
  height: 500px;
  width: 100%;
  object-fit: cover;
  object-position: top;
}

.innnerBanner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.innnerBanner .bannerCont {
  position: relative;
  z-index: 2;
}

.innnerBanner .bannerCont h1 {
  font-weight: 600;
  color: #fff;
}

@media (max-width: 767px) {
  .innnerBanner {
    background: none !important;
    padding: 0;
    min-height: auto;
  }

  .innnerBanner::before {
    display: none;
  }

  .innnerBanner .mobBan {
    display: block;
    width: 100%;
    object-fit: cover;
    object-position: top;
  }

  .innnerBanner .mobBan img {
    width: 100%;
  }
  .innnerBanner .bannerCont h1 {
    font-size: 26px;
  }
}
