.title__bar {
  position: relative;
  overflow: hidden;
}

.title__bar img,
.title__bar .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.title__bar img {
  object-fit: cover;
  object-position: center top;
  z-index: -2;
}

.title__bar .overlay {
  z-index: -1;
  background-color: rgba(0, 0, 0, 0.6);
}

.title__bar .title__bar__container {
  padding: 80px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
  color: white;
}

.title__bar .title__bar__container .title h2 {
  font-size: 26px;
  font-weight: 600 !important;
}

.title__bar .title__bar__container .breadcrumb {
  font-size: 13px;
}
