.bg-dark, .bg-dark_2, .bg-brand, .bg-blue_gray {
  --border: #29436E;
}

.sep {
  border-top: 1px solid #29436E;
  border-bottom: 1px solid #29436E;
}
.sep.no_btm_border {
  border-bottom: none;
}
.sep.no_top_border {
  border-top: none;
}
.sep .grid_border {
  border-bottom: none;
  border-top: none;
  height: 64px;
  border-left: 1px solid #29436E;
  border-right: 1px solid #29436E;
}
@media (min-width: 768px) {
  .sep .grid_border {
    height: 80px;
  }
}

.grad_txt {
  background: linear-gradient(90deg, #9D97F4 0%, #3d7ffc 50%, #15C1E6 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}
