.site-footer {
  background-image: linear-gradient(rgba(0,0,0,0.8), rgba(0,0,0,0.8)), url("https://localhost/wordpress/elcamino.tur.br/public/wp-content/uploads/2022/04/pngwing.com-3-e1651063103126.png");
  background-size: cover;
}

::-webkit-scrollbar-track {
  background-color: #F4F4F4;
}

::-webkit-scrollbar {
  width: 15px;
  background: #F4F4F4;
}

::-webkit-scrollbar-thumb {
  background: #FAD74A;
}