.sec-hero-v1:has(+ .sec-block-v1){
  margin-bottom: 0;
}
.hero-bg{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.hero-bg::after{
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(var(--green-hex),0.85);
}
.hero-bg::before{
  position: absolute;
  content: "";
  right: 6rem;
  bottom: 6rem;
  width: 50.3rem;
  height: 42.7rem;
  background: url(../images/pattern-01.png);
  background-size: cover;
  background-position: center;
  z-index: 1;
}
.hero-bg img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-overlay{
  position: relative;
  width: 100%;
  min-height: 100vh;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 20rem 0 10.4rem;
}
.hero-overlay .container{
  margin-bottom: 0;
}
.hero-text{
  color: var(--white);
  max-width: 120rem;
}
.hero-text .bm-24:last-child{
  margin-bottom: 0;
}
.sec-hero-v1 .h1{
  font-size: 4.8rem;
  line-height: 5.6rem;
  font-family: inherit;
  font-weight: bold;
}
@media(min-width:1560px) and (max-width:1579.98px){
  .hero-overlay {
    padding: 18rem 0 9.6rem;
  }
}
@media(min-width:1460px) and (max-width:1559.98px){
  .hero-bg::before {
    right: 5rem;
    bottom: 5rem;
    width: 42.3rem;
    height: 35.9rem;
  }
  .hero-overlay {
    padding: 17rem 0 8.8rem;
  }
  .hero-text {
    max-width: 98rem;
  }
  .sec-hero-v1 .h1{
    font-size: 4.6rem;
    line-height: 5.4rem;
  }
}
@media(min-width:1360px) and (max-width:1459.98px){
  .hero-bg::before {
    right: 4rem;
    bottom: 4rem;
    width: 44.3rem;
    height: 37.6rem;
  }
  .hero-overlay {
    padding: 17rem 0 7.2rem;
  }
  .hero-text {
    max-width: 90rem;
  }
  .sec-hero-v1 .h1{
    font-size: 4.4rem;
    line-height: 5.2rem;
  }
}
@media(min-width:1200px) and (max-width:1359.98px){
  .hero-bg::before {
    right: 5rem;
    bottom: 5rem;
    width: 40.3rem;
    height: 34.2rem;
  }
  .hero-overlay {
    padding: 17rem 0 7.2rem;
  }
  .hero-text {
    max-width: 82rem;
  }
  .sec-hero-v1 .h1{
    font-size: 4rem;
    line-height: 4.8rem;
  }
}
@media(min-width:992px) and (max-width:1199.98px){
  .hero-bg::before {
    right: 4rem;
    bottom: 4rem;
    width: 36.3rem;
    height: 30.8rem;
  }
  .hero-overlay {
    padding: 16rem 0 6.4rem;
  }
  .hero-text {
    max-width: 70rem;
  }
  .sec-hero-v1 .h1{
    font-size: 3.4rem;
    line-height: 4.2rem;
  }
}
@media(min-width:768px) and (max-width:991.98px){
  .hero-bg::before {
    right: 3rem;
    bottom: 3rem;
    width: 23.6rem;
    height: 20rem;
  }
  .hero-overlay {
    padding: 12rem 0 6.4rem;
  }
  .sec-hero-v1 .h1{
    font-size: 3.4rem;
    line-height: 4.2rem;
  }
}
@media(max-width:767.98px){
  .hero-overlay {
    padding: 14rem 0 6.4rem;
  }
  .hero-text br{
    display: none;
  }
  .hero-bg::before{
    content: none;
  }
  .sec-hero-v1 .h1{
    font-size: 2.6rem;
    line-height: 3.4rem;
  }
}