.cover-brand {
  display: inline-flex;
  align-items: center;
  gap: 15px;
  padding: 10px 20px 10px 10px;
  color: #111;
  background: #fff;
  border: 2px solid #d9e5dd;
  border-radius: 20px;
  box-shadow: 0 8px 24px #03160d40;
}

.cover-brand .cover-logo {
  display: block;
  width: 72px;
  height: 72px;
  max-height: none;
  padding: 0;
  object-fit: contain;
  background: #fff;
  border-radius: 15px;
}

.cover-brand span {
  color: #111;
  font-size: 32px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -.04em;
}
