.p-footer {
  background-color: var(--v-color__4);
  color: var(--v-color__2);
}

.p-footer__main {
  text-align: center;
}

.p-footer__logo-img {
  height: 5rem;
  margin-bottom: 1rem;
}

.p-footer__menu-nav-ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 2rem;
  align-items: center;
  justify-content: center;
}

.p-footer__menu-nav-ul a {
  text-decoration: none;
}

.p-footer__menu-nav-ul a:hover {
  text-decoration: underline;
}

@media (min-width: 700px) {
  .p-footer__logo-img {
    margin-bottom: 0;
  }

  .p-footer__main {
    text-align: unset;
    display: flex;
    align-items: center;
    gap: 2rem;
    justify-content: space-between;
  }
}
