.brand-logo {
  display: none;
}

.brand::before {
  content: "";
  width: 58px;
  height: 58px;
  flex: 0 0 58px;
  background: #fff url("img/paz.jpg") center / contain no-repeat;
  border-radius: 8px;
}

.brand::after {
  content: "VOE EM PAZ";
  display: inline-block;
  color: #092f35;
  font-family: "Manrope", "DM Sans", Arial, sans-serif;
  font-size: 29px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -.055em;
  white-space: nowrap;
}

.brand::first-letter {
  letter-spacing: -.08em;
}

footer .brand::after {
  color: #fff;
  font-size: 28px;
}

@media (max-width: 520px) {
  .brand::before {
    width: 42px;
    height: 42px;
    flex-basis: 42px;
    border-radius: 6px;
  }

  .brand::after {
    font-size: 21px;
  }

  footer .brand::after {
    font-size: 24px;
  }
}
