.tilt {
  position: relative;
  opacity: 1;
  border-radius: 8px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  max-width: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.containerTilt {
  position: relative;
  margin: 5rem auto;
  max-width: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
}

.info {
  padding: 30vh;
  background: rgba(0, 0, 0, 0.5);
}

.info,
.info h2,
.info p {
  color: #fff;
}

.footerTilt {
  position: absolute;
  bottom: 0;
  left: 0; 
  right: 0; 
  margin-left: auto; 
  margin-right: auto; 
  background-color: #212121;
  padding: 0.5vh 3vh;
}
.footerTilt p {
  text-align: center;
}

