.text-center { text-align: center; }
.mt-2 { margin-top: 20px; }
.mb-2 { margin-bottom: 20px; }
.flex { display: flex; }
.flex-center { display:flex; justify-content:center; align-items:center; }


.title-section {
  padding: 100px 0;
  text-align: center;
  position: relative;
  z-index: 1;
}

.title-section h2 {
  font-size: 2.5rem;
  margin-bottom: 60px;
  background: linear-gradient(90deg, var(--primary-color-night), var(--secondary-color-night));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: all 0.3s ease;
}

.title-section p {
 margin-top :0px;
 margin-bottom :50px;
}