body {
  font-family: 'Poppins', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}
.footer_ul_li:not(:first-child) a::before {
    content: "";
    position: absolute;
    left: -3rem;
    cursor: auto;
    top: 10%;
    width: .2rem;
    height: 80%;
    opacity: .3;
    background: #fff;
}
.footer_ul_li{
  position: relative;
}
.line_before::before{
  content: "";
  position: absolute;
  right: -0.5rem;
  top: 10%;
  width: .1rem;
  height: 80%;
  background: #ddd;
  width: 1px;
}
.gradient-text {
  background: linear-gradient(113deg, #b27f2a 23.8%, #b7862e 26.22%, #c49939 29.44%, #dab84c 33.48%, #f4dd62 37.1%, #f4e38b 44.77%, #f4dd62 50.41%, #b27f2a 64.12%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.gradient-text-1 {
  background: linear-gradient(91.22deg, #b27f2a 0, #ffea7c 50.09%, #b27f2a 96.33%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.string, p {
  margin-bottom: 1rem;
}

.program_bg{
  background: url(assets/images/promotions/1.webp) 0 0 / cover no-repeat #000;
}