/* PRODUCTS AND INDUSTRIES */
.products-injection {
    position: relative;
    min-height: 500px;
    padding-bottom: 60px!important;
}
.products-injection .wrapper {
    background: rgba(255, 255, 255, 0.8);
    left: 10%;
    width: 80%;
    z-index: 9;
    padding: 30px 50px;
}
.products-injection h2 {
    font-size: 2.4rem!important;
}
.products-injection .wrapper > p:first-of-type {
    margin: 30px 0!important;
}
.products-injection p {
    line-height: 2.6rem!important;
    font-size: 1.3rem!important;
}
.products-injection img {
    width: 80%;
}

/*
.products-hydragen > .wrapper:first-child {
    align-items: center;
}
.products-hydragen > .full {
    display: flex;
    flex-wrap: wrap;
}
.products-hydragen .full .block {
    padding: 3rem;
    display: flex;
    align-items: center;
}
.products-hydragen .full > .half:first-child .block img {
    width: 180px;
}
.products-hydragen .full > .half:first-child .block .products-hydragen-txt {
    padding-left: 50px;
}
.products-hydragen .full > .half .block h1 {
    font-size: 3.8rem!important;
}
.products-hydragen .full > .half .block p {
    font-size: 0.9rem!important;
    line-height: 1.4rem!important;
}
.products-hydragen .full > .half:nth-child(2) .block {
    flex-direction: column;
}
.products-hydragen .full > .half:nth-child(2) .block img {
    width: 270px;
    margin-top: 70px;
}
.products-hydragen .full > .half:nth-child(2) .block h1 {
    margin-top: -150px!important;
    line-height: 3.8rem;
}
.products-hydragen .full > .half .block a p {
    font-size: 1rem!important;
    padding: 10px 50px;
    border: 1px solid;
    display: inline-block;
    margin-top: 20px!important;
    font-family: OpenSans, sans-serif!important;
} */

.products-hydragen > .wrapper:nth-child(1) {
    padding: 100px 0!important;
}
.products-hydragen > .wrapper:nth-child(1) p {
    margin: 15px 0!important;
}

@media (max-width: 899px) {
  .products-injection img {
    width: 50%;
    margin: 0px auto 30px auto!important;
  }
  .products-injection p {
    line-height: 1.6rem!important;
    font-size: 1rem!important;
  }
  .products-injection {
      padding-top: 60px!important;
  }
  /* .products-hydragen .full .block {
    padding: 6rem 40px;
  }
  .products-hydragen .full > .half:nth-child(2) .block img {
    margin-top: 0px;
    margin-bottom: 70px;
  }
  .products-hydragen .full > .half:nth-child(2) .block h1 {
    margin-top: -210px!important;
  } */
}
@media (max-width: 612px) {
  .products-injection {
    min-height: 600px;
  }
}
@media (max-width: 540px) {
  /* .products-hydragen .full > .half:nth-child(2) .block h1 {
    text-align: center;
  }
  .products-hydragen .full .block {
    display: block;
    text-align: center;
  }
  .products-hydragen .full > .half:first-child .block img {
    width: 160px;
  }
  .products-hydragen .full > .half:first-child .block .products-hydragen-txt {
     padding-left: 0px;
  } */
}
@media (max-width: 500px) {
  .products-injection h2 {
    font-size: 1.8rem!important;
    line-height: 2rem;
  }
}
@media (max-width: 453px) {
  .products-injection {
    min-height: 700px;
  }
  /* .products-hydragen .full > .half .block h1 {
    font-size: 3rem!important;
  } */
}
