/* Computer Needs heading — logo left, title clean and centered */
.ticket33-needs-heading{
  display:grid!important;
  grid-template-columns:76px 1fr 76px;
  align-items:center;
  gap:14px;
  margin-bottom:24px;
}
.ticket33-needs-logo{
  width:70px;
  height:70px;
  object-fit:contain;
  display:block;
  justify-self:start;
}
.ticket33-needs-title{
  text-align:center;
}
.ticket33-needs-title .ticket27-kicker{
  display:block;
  margin:0 0 7px;
  font-size:13px;
  letter-spacing:.16em;
}
.ticket33-needs-title h3{
  margin:0!important;
  font-size:25px!important;
  line-height:1.15;
  color:#10213d!important;
}
.ticket33-needs-title p{
  margin:9px auto 0!important;
  max-width:390px;
  font-size:11px!important;
  line-height:1.55!important;
  color:#64748b!important;
}
@media(max-width:620px){
  .ticket33-needs-heading{
    grid-template-columns:58px 1fr;
    gap:10px;
  }
  .ticket33-needs-heading:after{display:none}
  .ticket33-needs-logo{width:54px;height:54px}
  .ticket33-needs-title .ticket27-kicker{font-size:11px}
  .ticket33-needs-title h3{font-size:20px!important}
}

/* FINAL — SS Computer Needs heading without logo */
.ticket34-needs-heading{
  display:block!important;
  text-align:center!important;
  margin:0 auto 24px!important;
}
.ticket34-needs-heading .ticket27-kicker{
  display:block!important;
  margin:0 0 8px!important;
  font-size:13px!important;
  letter-spacing:.16em!important;
  color:#2563eb!important;
}
.ticket34-needs-heading h3{
  margin:0!important;
  font-size:25px!important;
  line-height:1.15!important;
  color:#10213d!important;
}
.ticket34-needs-heading p{
  max-width:410px!important;
  margin:10px auto 0!important;
  font-size:11px!important;
  line-height:1.6!important;
  color:#64748b!important;
}
