.block-indiv-header-home {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 120px 0 80px;
  position: relative;
  color: #fff;
}
.block-indiv-header-home .layer {
  background: linear-gradient(180deg, rgba(74, 30, 35, 0.35) 0%, rgba(74, 30, 35, 0.5) 40%, rgba(74, 30, 35, 0.78) 100%);
}
.block-indiv-header-home h1 {
  font-size: calc(1.465rem + 2.58vw);
  letter-spacing: -0.01em;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.4);
}
@media (min-width: 1200px) {
  .block-indiv-header-home h1 {
    font-size: 3.4rem;
  }
}
.block-indiv-header-home p {
  font-size: 1.25rem;
  text-shadow: 0 1px 6px rgba(0, 0, 0, 0.3);
  opacity: 0.9;
}