.footer-banner {
  height: 426px;
  position: relative;
  padding-top: 70px;
  box-sizing: border-box;
}
.footer-banner .h1 {
  font-weight: bold;
  font-size: 42px;
  line-height: 44px;
  color: #1F2329;
  text-align: center;
  margin-bottom: 15px;
}
.footer-banner .h2 {
  font-weight: 400;
  font-size: 26px;
  color: rgba(31, 35, 41, 0.8);
  text-align: center;
  margin-bottom: 50px;
}
.footer-banner .tags {
  display: flex;
  gap: 70px;
  justify-content: center;
  margin-bottom: 50px;
}
.footer-banner .tags > span {
  font-weight: 400;
  font-size: 20px;
  color: #1F2329;
}
.footer-banner .tags > span > img {
  margin-right: 5px;
}
.footer {
  height: 442px;
  background: #1F2329;
  color: #fff;
  padding-top: 50px;
  box-sizing: border-box;
}
.footer > p {
  text-align: center;
  font-weight: 400;
  font-size: 14px;
  color: #8990A9;
}
.footer .footer-logo {
  gap: 20px;
}
.footer .footer-logo > div > p {
  font-weight: 400;
  font-size: 20px;
  color: #FFFFFF;
  margin-bottom: 15px;
}
.footer > div {
  margin-bottom: 76px;
}
.footer > div > div {
  gap: 100px;
}
.footer .footer-link {
  gap: 100px;
}
.footer .footer-link .hr {
  width: 1px;
  height: 120px;
  background: #fff;
}
.footer .footer-link .link-item .title {
  font-weight: 400;
  font-size: 20px;
  color: #FFFFFF;
  margin-bottom: 15px;
}
.footer .footer-link .link-item .item {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.footer .footer-link .link-item .item a {
  font-weight: 400;
  font-size: 16px;
  color: #8990A9;
}
.row-s {
  align-items: flex-start;
}
