.brand-copy{
  display:grid;
  gap:1px;
  min-width:0;
  font-size:17px;
  line-height:1;
}
.brand-copy .brand-title{
  font-size:1em;
  line-height:1.05;
  letter-spacing:-.02em;
  white-space:nowrap;
}
.brand-copy .brand-english{
  color:#5d6b63;
  font-weight:700;
  line-height:1;
  white-space:nowrap;
  text-transform:uppercase;
}
.brand-copy .brand-custom{
  font-size:.36em;
  letter-spacing:.18em;
}
.brand-copy .brand-configurator{
  font-size:.28em;
  letter-spacing:.24em;
  color:#728078;
}
@media(max-width:600px){
  .brand-copy{font-size:14px;max-width:165px}
}
