.breadcrumb-section {
  padding: 10vw 0 5vw;
  background: linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0.7)),
              url("../images/Slider/banner.webp") center/cover no-repeat;
  color: #fff;
  text-align: center;
}

.breadcrumb-section h1 {
  font-size: clamp(28px, 3vw, 48px);
  font-weight: 700;
}

.breadcrumb {
  font-size: 1.2vw;
  opacity: 0.8;
}

.breadcrumb a {
  color: #fff;
  text-decoration: none;
}

.breadcrumb a:hover {
  color: #FFD532;
}