.section-primary {
  padding-top: 30px;
  padding-bottom: 50px;
  /* height: 100vh; */
  position: relative;
}

.section-primary .block-title .title {
  color: var(--text_color_two);
  font-size: 40px;
  text-align: left;
  margin-left: 50px;
}

.section-primary .block-primary .img-wrap {
  height: 700px;
}

.section-primary::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: inherit;
  content: " ";
  background-color: rgba(0, 0, 0, 0.5);
}

.section-primary .block-primary .img-wrap img {
  /* object-fit: unset; */
}
.section-primary .block-primary {
  position: relative;
}
.section-primary .block-content {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  color: var(--text_color_two);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.section-primary .block-content .content {
  background: rgba(0, 0, 0, 0.5);
  text-align: center;
  /* padding: 10px 50px; */
}
.bg_img_wrap {
  position: absolute;
  z-index: 1;
  width: 100%;
  top: 0px;
}

.bg_img_wrap .img {
  position: absolute;
}
.bg_img_wrap .img:nth-child(1){
  width:200px;
  left: 40%;
  top: 230px;
  z-index: 10;
}
.bg_img_wrap .img:nth-child(2){
  width: 510px;
  left: 28%;
  top: 120px;
  opacity: 0.9;
  z-index: 9;
}
.bg_img_wrap .img:nth-child(3){
  left:20%;
  top: 90px;
  width: 700px;
  opacity: 0.8;
  z-index: 8;
} 