
section .section-kicker,
section .section-title{
  position: relative;
  display: block;
  padding-left: 18px;
  margin: 0 0 18px 0;
  font-weight: 900;
  color: #0f172a;
  text-transform: uppercase;
  letter-spacing: .06em;
  line-height: 1.15;
  font-size: 32px;
}

section .section-kicker::before,
section .section-title::before{
  content: "";
  position: absolute;
  left: 0; top: 50%;
  transform: translateY(-50%);
  width: 9px; height: 26px;
  border-radius: 6px;
  background: linear-gradient(180deg,#63e6e2 0%, #3a82f7 100%);
  box-shadow: 0 8px 24px rgba(58,130,247,.35);
}

section .section-kicker .dot{ display:none !important; }

.hero .section-title, .hero .section-kicker{ padding-left:0; text-transform:none; letter-spacing:normal; font-size:inherit; }
.hero .section-title::before, .hero .section-kicker::before{ content:none; }

@media (max-width: 860px){
  section .section-kicker, section .section-title{ font-size: 24px; padding-left: 14px; }
  section .section-kicker::before, section .section-title::before{ width:7px; height:20px; }
}
