.inner-hero-section {
  height: 100vh;
  background-repeat: no-repeat;
  width: 100%;
  background-size: cover;
}
.inner-hero-section .content-area{
  width: 100%;
  max-width: 60%;
  background: rgba(38, 40, 54, 0.60);
  backdrop-filter: blur(40px);
  height: 100%;
  justify-content: center;
}
.inner-hero-section h1{
  font-size: 20px;
  font-weight: 700;
  color: white;
  margin: 10px 0;
}
.inner-hero-section .main-title{
  font-size: 90px;
  font-weight: 700;
  color: white;
  margin: 0;
  line-height: 90px;
  width: 60%;
}
#breadcrumbs a {
  text-decoration: underline;
}
#breadcrumbs a, #breadcrumbs span {
  font-size: 20px;
  color: white;
}

@media(max-width:1024px) {
  .inner-hero-section .content-area{
    max-width: none;
    height: 50%;
  }
  .inner-hero-section .main-title{
    font-size: 40px;
    line-height: 40px;
    width: 100%;
  }
} 