.logo {
  display: flex;
  display: flex;
  align-items: center;
  font-weight: 700;
}

.logo__img {
  width: 76px;
  height: 76px;
  margin-right: 0.75rem;
  background: url(../images/logo.svg) no-repeat center;
}