.hero-title-col {
  max-width: 100% !important;
  text-align: center;
  color: #fff;
}
.top-container .col-lg-8,
.top-container .text-start {
  width: 100%;
  text-align: center !important;
}
.top-container .font-filmotype {
  transform: scale(1.2);
  margin-top: -20px;
}
.primary-gradient-ul {
  list-style: none;
  padding-left: 0;
}

.primary-gradient-ul li {
  padding-left: 1.5em;
  position: relative;
}

.primary-gradient-ul li::before {
  content: "•";
  position: absolute;
  left: 0;
  top: 0;
  line-height: inherit;
  background: linear-gradient(to right, #ab29bc, #f799cc); /* Adjust colors */
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 1em;
  transform: scale(2);
}
