.promoBox {
  position: relative;
}

.promoBox .terms-links {
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 30px;
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}

.promoBox .terms-links a {
  color: #ffffff;
  font-size: 12px;
}

.promoBox .terms-links a:hover {
  cursor: pointer;
  opacity: 0.9;
}