#projetoGas #banner img {
  object-position: 50% 80%;
}

#projetoGas .ilustration img {
  object-position: 50% 80% !important;
}

#projetoGas .projetoGasDesc {
  font-weight: bold;
  margin-bottom: 30px !important;
  font-size: clamp(16px, 3vw, 22px);
}

#projetoGas .benefitsList {
  padding-left: 30px;
}

#projetoGas .titleList {
  font-weight: bold;
  padding: 40px 0 20px;
  font-size: clamp(20px, 4vw, 40px);
}

@media (min-width: 0px) {
  .projetoGasDesc {
    padding-right: 10px;
  }
}

@media (min-width: 768px) {
  .projetoGasDesc::first-letter {
    margin-left: 50px;
  }
}
