.bg-3, .bg-4, .bg-5, .bg-2 {
  background-position: 40%;
  background-size: cover;
}

.bg-4, .bg-8{
  background-image: url('https://empresta.com.br/wp-content/uploads/2021/01/bg-orange-2.jpg');    
}

.bar-chart::after{
  border-bottom: solid 1px #fff;
  content: '';
  margin-top: -52px;
  position: absolute;
  width: 230px;
}

@media (min-width:768px){
  .bg-3{
    background-image: url('https://empresta.com.br/wp-content/uploads/2021/01/b-cartao-2.jpg');
    background-position: left bottom;
  }
  .bg-1{
    background-image: url('https://empresta.com.br/wp-content/uploads/2021/01/b-cartao.jpg');
    background-position-y: bottom;   
  }
  .bg-2, .bg-5{
    background-image: url('https://empresta.com.br/wp-content/uploads/2021/01/bg-grafismo1.png');
    background-size:cover; 
  }
  .bg-6{
    background-image: url('https://empresta.com.br/wp-content/uploads/2021/01/b-cartao-3.jpg');
    background-position-y: bottom;   
  }
  .bg-7{
    background-image: url('https://empresta.com.br/wp-content/uploads/2021/01/b-cartao-4.jpg');
    background-position-y: bottom;
  }
}

@media (max-width:600px){
  .bg-3{
    min-height: 960px;
    background-position: bottom;
    background-image: url('https://empresta.com.br/wp-content/uploads/2021/01/jovem-ao-telefone-cartao-consignado-min.jpg');
  }
  .bg-7{
    background-image: url('https://empresta.com.br/wp-content/uploads/2021/01/aposentada-computador.png');
    background-position-y: bottom;
    padding-bottom: 420px;
    background-size: contain;
    background-repeat: no-repeat;
  }
}