footer {
  padding-top: 74px;
  padding-bottom: 36px;
}
footer ul {
  padding-left: 0;
}
footer ul li {
  list-style: none;
}
footer .footer-menu-part {
  margin-bottom: 40px;
}
footer .footer-menu-part .cp-logo img {
  max-width: 164px;
  border-radius: 0;
}
footer .footer-menu-part ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  grid-column-gap: 60px;
  grid-row-gap: 20px;
  padding-left: 16px;
}
footer .footer-menu-part ul li {
  font-size: 16px;
  line-height: 24px;
}
footer .footer-menu-part ul li a {
  color: var(--para-color);
}
footer .footer-base-part {
  border-top: 1px solid var(--footer-border-color);
  padding-top: 40px;
  padding-bottom: 60px;
}
footer .footer-base-part ul {
  display: flex;
  gap: 26px;
  justify-content: center;
  margin-bottom: 16px;
}
footer .footer-base-part ul a {
  display: inline-block;
}
footer .footer-base-part ul a img {
  border-radius: 0;
}
footer .footer-base-part p {
  font-size: 16px;
  line-height: 20.83px;
  text-align: center;
}

@media (min-width: 992px) {
  footer .footer-menu-part {
    margin-bottom: 72px;
  }
  footer .footer-menu-part .cp-logo img {
    max-width: 250px;
  }
  footer .footer-menu-part ul {
    flex-flow: row;
    justify-content: end;
    gap: 32px;
    padding-left: 0px;
  }
  footer .footer-menu-part ul li {
    margin-bottom: 0;
  }
  footer .footer-base-part {
    padding-top: 36px;
    padding-bottom: 74px;
  }
  footer .footer-base-part ul {
    justify-content: start;
    margin-bottom: 0;
  }
  footer .footer-base-part p {
    text-align: right;
  }
}