.brand-lockup {
  gap: 17px;
  min-width: 0;
}

.brand-logo {
  width: 58px;
  height: 58px;
  flex: 0 0 58px;
  object-fit: cover;
  box-shadow: 0 7px 20px #16382b1c;
}

.brand {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  font-size: initial;
  font-weight: initial;
  letter-spacing: initial;
}

.brand > span {
  display: block;
  color: #19382c;
  font-size: 29px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -1.65px;
  white-space: nowrap;
}

.brand small {
  margin-top: 7px;
  color: #788078;
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 2.25px;
  text-transform: uppercase;
}

.about-btn { font-size: 18px; }

@media (max-width: 650px) {
  .brandrow { margin-bottom: 28px; }
  .brand-lockup { gap: 14px; }
  .brand-logo { width: 52px; height: 52px; flex-basis: 52px; }
  .brand > span { font-size: 26px; letter-spacing: -1.45px; }
  .brand small { margin-top: 6px; font-size: 9px; letter-spacing: 2px; }
  .about-btn { width: 34px; height: 34px; }
}

@media (max-width: 350px) {
  .brand-lockup { gap: 11px; }
  .brand-logo { width: 47px; height: 47px; flex-basis: 47px; }
  .brand > span { font-size: 23px; letter-spacing: -1.25px; }
}
