.make-top {
  background-color: rgb(249, 249, 251);
  padding-top: 50px;
  padding-bottom: 30px;
  border-top: 1px solid #e7e7e7;
}
.make-top .make-width {
  display: flex;
  justify-content: center;
  gap: 120px;
}
.make-top .make-width ul {
  min-width: 220px;
}
.make-top .make-width ul li {
  font-size: 14px;
  font-weight: bold;
  line-height: 2;
}
.make-top .make-width ul li a {
  font-size: 12px;
  color: #1c1d1d;
  display: flex;
  align-items: center;
  gap: 5px;
}
.make-top .make-width ul li a svg {
  width: 20px;
  height: 20px;
}
.make-top .make-width ul li a i {
  font-style: normal;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.make-copyright {
  padding: 30px 0;
  color: #1c1d1d;
  font-size: 13px;
  background-color: rgb(249, 249, 251);
  border-top: 1px solid #e7e7e7;
  text-align: center;
}

@media (max-width: 768px) {
  .make-top {
    padding-top: 30px;
  }
  .make-top .make-width {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .make-top .make-width ul {
    min-width: 100%;
  }
}

/*# sourceMappingURL=footer.css.map */
