.brand{
  flex-direction:column;
  align-items:flex-start;
  gap:8px;
}

.brand-logo{
  width:192px;
  max-width:100%;
  height:auto;
}

.brand-product{
  display:block;
  margin:1px 0 0 38px;
  color:#ffffff;
  font-size:24px;
  line-height:1.05;
  font-weight:650;
  letter-spacing:.015em;
  white-space:nowrap;
}

@media(max-width:760px){
  .brand-logo{width:184px;}
  .brand-product{font-size:22px;margin-left:36px;}
}
