#industryBanner {
  background-image: url(../../files/industryBanner.png);
}
.row {
  display: block;
  width: 100%;
}
.rowText {
  text-align: center;
  color: #000000;
  width: 60%;
  max-width: 70rem;
  margin: auto;
  font-size: 1.5rem;
  line-height: 2.5rem;
  font-weight: 400;
  padding: 5rem 0;
}
.fullRow {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  width: 100%;
  position: relative;
}
.fullRow:nth-child(3n + 0) .imgContainer {
  background-image: url(../../files/chipsImg.png);
}
.fullRow:nth-child(3n + 1) .imgContainer {
  background-image: url(../../files/briquetasImg.png);
}
.fullRow:nth-of-type(3n + 3) .imgContainer {
  background-image: url(../../files/lenaImg.png);
}
.fullRow:nth-child(3n + 0) .col:nth-child(2),
.fullRow:nth-child(3n + 1) .col:nth-child(1),
.fullRow:nth-of-type(3n + 3) .col:nth-child(2) {
  background: #f5f5f5;
}
.fullRow:nth-child(3n + 1) .rowTitle {
  text-align: left;
  margin-left: 4rem;
}
.fullRow:nth-child(3n + 0) .rowTitle,
.fullRow:nth-of-type(3n + 3) .rowTitle {
  text-align: right;
}
.col {
  position: relative;
  min-height: 46rem;
  display: flex;
  align-items: center;
}
.imgContainer {
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.box {
  line-height: 2.4rem;
  font-size: 1.4rem;
  width: 70%;
  margin: auto;
  padding: 1.5rem 0rem;
}
.box ul {
  padding-inline-start: 1.7rem;
}
.rowTitle {
  color: #ffffff;
  z-index: 1;
  font-size: 4rem;
  line-height: 4.4rem;
  width: calc(100% - 4rem);
  text-transform: uppercase;
  font-weight: 600;
}
[data-aos="fade-up"] {
  transform: translate3d(0, 30px, 0);
}
.box [data-aos="fade-right"] {
  transform: translate3d(-50px, 0, 0);
}
.left,
.right {
  margin-top: 0rem !important;
}
@media screen and (max-width: 768px) {
  .fullRow {
    grid-template-columns: repeat(1, 1fr);
  }
  .rowText {
    width: 82%;
  }
  .col {
    min-height: 26rem;
  }
  .fullRow {
    grid-template-columns: repeat(1, 1fr);
  }
  .fullRow:nth-child(3n + 1) {
    display: flex;
    flex-direction: column-reverse;
  }
  .fullRow:nth-of-type(3n + 3) .col:nth-child(2) {
    min-height: unset;
  }
  .fullRow:nth-child(3n + 1) .rowTitle {
    margin-left: 7.5%;
  }
  .box {
    width: 85%;
  }
  .rowTitle {
    width: 92.5%;
  }
  #industryBanner {
    background-image: url(../../files/industryBannerM.png);
  }
}
