.brand{display:flex;align-items:center;gap:10px}
.brand img{width:57px;height:42px;object-fit:contain}
.brand span{display:flex;flex-direction:column;line-height:1.05}
.brand strong{font:700 .95rem/1 "Space Grotesk",Manrope,sans-serif;letter-spacing:-.035em;white-space:nowrap}
.brand strong b{color:var(--orange)}
.brand small{font-size:.48rem;letter-spacing:.12em;margin-top:5px;font-weight:800;white-space:nowrap}
.solution-visual:before{background:linear-gradient(180deg,transparent 46%,rgba(12,21,31,.98) 88%)}

@media (max-width:640px){
  .brand img{width:50px;height:38px}
  .brand small{display:none}
}
