.spec-category .custom-decor_1{
  position: absolute;
  width: auto;
  height: 100%;
  max-width: 100%;
  object-fit: contain;
  z-index: 0;
  opacity: 0.9;
  right: 0;
}

.bg-text{
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  font-size: 14rem;
  opacity: 0.15;
  z-index: 0;
}

.banner{
  width: 100%;
  position: relative;
  overflow: hidden;
} 
.banner_image{
  position: absolute;
  width: 100%;
  height: 100%;
}
.banner_image img{
  width: 100%;
  height: auto;
  max-height: 100%;
  object-fit: contain;
  z-index: 1;
  position: relative;
}
.banner_content{

}
.banner.spec-category{
  padding: 0;
}
.spec-category .banner_image{

}

.spec-category .banner_content{
  position: relative;
  z-index: 1;
  max-width: calc(100% - 4rem);
  min-height: 700px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.spec-category .form{
  padding: 1rem;
  backdrop-filter: blur(3px);
  background: rgb(255,255,255,.5);
  border: 1px solid var(--color-gray);
  border-radius: var(--radius-default);
}

.block_restaration .image{

}