.bg-cover-bg {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left left;
}

.footer{
    background-image: url('../imgs/bg-box-contato.jpg');
    min-height: 20rem;
  }

  .gutter-zero{
    --bs-gutter-x: 0;
  }