footer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #161820;
}
footer > .copyright {
  width: 100%;
  box-sizing: border-box;
  padding: 20px 20px;
  background: #22252f;
  text-align: center;
}

footer > .copyright > a {
  font-size: 12px;
  font-weight: 400;
  color: #b4bac6;
  cursor: pointer;
}

footer > .container {
  position: relative;
  width: 100%;
  max-width: 1200px;
  box-sizing: border-box;
  padding:120px 20px 0;
}
footer > .container > .img-container {
  position: absolute;
  margin: 0;
  top: -60px;
  width: calc(100% - 40px);
}
footer > .container > .img-container > .img-box {
  box-sizing: border-box;
  position: relative;
  padding: 0;
  height: 120px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
footer > .container > .img-container > .img-box:first-child {
  background: url("/assets/images/footer/loa_1@2x.png") no-repeat;
  background-size: cover;
}
footer > .container > .img-container > .img-box:last-child {
  background: url("/assets/images/footer/loa_2@2x.png") no-repeat;
  background-size: cover;
}
footer > .container > .img-container > .img-box > div > p {
  text-align: center;
  margin: 5px 0;
  color: #fff;
}
footer > .container > .img-container > .img-box > div > p:first-child {
  box-sizing: border-box;
  font-size: 1.5rem /* 24/16 */;
  font-weight: 600;
  padding: 0 5px;
  white-space: pre-wrap;
}

footer > .container > .blogroll {
  width: 100%;
  margin: 20px auto;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2;
}

footer > .container > .blogroll > span {
  font-size: 14px;
  color: #ffffff;
}

footer > .container > .blogroll > p {
  margin: 0;
}

footer > .container > .blogroll > p > a {
  font-size: 14px;
  color: #cfd3de;
  cursor: pointer;
  margin: 0 10px;
  text-decoration: underline;
}

footer > .container > .blogroll > p > a:hover {
  color: aliceblue;
}

footer > .container > .text-infos-container {
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto;
}

footer > .container > .text-infos-container > ul,
footer > .container > .text-infos-container > ul > li,
footer > .container > .text-infos-container > ul > h3 {
  margin: 0;
  padding: 0;
  cursor: pointer;
}

footer > .container > .text-infos-container > ul > h3 {
  font-size: 18px;
  font-weight: 500;
  color: #ffffff;
  margin-bottom: 10px;
}

footer > .container > .text-infos-container > ul > li {
  margin: 18px 0;
  font-size: 14px;
  font-weight: 400;
  color: #cfd3de;
}

footer > .container > .text-infos-container > ul:first-child > li {
  display: flex;
}

footer > .container > .text-infos-container > ul:first-child > li > div > p {
  margin: 0;
  margin-bottom: 10px;
}

footer
  > .container
  > .text-infos-container
  > ul:first-child
  > li
  > div
  > p
  > span:first-child {
  color: white;
}

footer > .container > .text-infos-container > ul:last-child > li {
  margin: 0;
  font-size: 12px;
  /* text-align: center; */
  margin-bottom: 8px;
}

@media (max-width: 1200px) {
  footer > .container {
    padding-top: 180px;
  }
  footer > .container > .img-container {
    top: -120px;
  }
}
