/* Blocks CSS */
.hero-heading {
  position: relative;
  width: 100%;
  min-height: 584px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: flex;
  align-items: start;
  justify-content: flex-start;
  padding: 33px 64px;
  box-sizing: border-box;
}

.hero-heading__content {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.hero-heading__breadcrumb {
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.hero-heading__breadcrumb-line-1 {
  margin: 0;
  font-weight: 400;
  font-size: 14px;
  color: #fff;
  line-height: 1.2;
}

.hero-heading__breadcrumb-line-2 {
  margin: 0;
  font-weight: 700;
  font-size: 20px;
  color: #fff;
  line-height: 1.2;
}
