.hero_section{
  display: flex;
  width: 100%;
  height: 45rem;
}

.hero_images{
  position: relative;
  width: 63%;
}

.hero_p{
  z-index: 5;
}
.hero_frontblur{
  z-index: 4;
}
.hero_noblur{
  z-index: 3;
}
.hero_backblur{
  z-index: 2;
}
.hero_delta{
  z-index: 1;
}

.hero_img{
  position: absolute;
  width: 52.188rem;
  flex-shrink: 0;
  bottom: 0;
  max-width: 52.188rem;
  left: -5.3%
}


.hero_copy{
  position: relative;
  width: 37%;
  color: #FFFFFF;
  
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 2.2rem;
  
  padding-bottom: 8.5rem;
  
}
.hero_copy-title{
  font-family: Colfax Regular;
  font-size: 5.5625rem;
  font-style: normal;
  font-weight: 400;
  line-height: 116%; 
  color: #FFFFFF;
  padding-bottom: 0!important;
  margin-bottom: 0!important;
}
.hero_copy-text{
  font-family: Colfax Regular;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.875rem;
  color: #FFFFFF;
}


.hero{
  position: relative;
  width: 100%;
  bottom: 0;
}






/* Mobile */

@media only screen and (max-width: 1380px) {
  .hero_copy-title{
	font-size: 4rem;
  }
  .hero_copy-text{
	font-size: 1.2rem;
  }
}

@media only screen and (max-width: 1220px) {
  .hero_img {
	width: 120%;
  }
}

@media only screen and (max-width: 1024px) {
  .hero_section{
	height: 36rem;
  }
  .hero_img {
	width: 118%;
  }
  .hero_copy-title{
	font-size: 4rem;
	line-height: 116%;
  }
  .hero_copy-text{
	font-size: 1rem;
	line-height: 1.375rem;
  }
}

@media only screen and (max-width: 980px) {
  .hero_section{
	height: 28rem;
  }
  .hero_copy{
	padding-bottom: 4rem;
  }
  .hero_copy-title{
	font-size: 2.5rem;
	line-height: 116%;
  }
}


@media only screen and (max-width: 767px) {
  .hero_section{
	height: auto;
	flex-direction: column;
	padding-top: 5rem;
  } 
  .hero_images{
	width: 100%;
	height: 74vw;
	order: 2;
  }
  .hero_copy{
	width: 100%;
	height: auto;
	padding-right: 30%;
  }
  
}