footer {
  width: 100vw;
  display: flex;
  justify-content: center;
  bottom: 0;
  background-color: #0a1439;
  border-radius: 32px 32px 0 0;
}
footer > div {
  width: max-content;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 16px;
  margin: 12px 0 24px 0;
}
footer > div > h1 {
  font-size: 40px;
}
footer > div > div {
  display: grid;
  grid-template-columns: 80px 80px 80px 80px;
  grid-template-rows: 80px;
  gap: 10px;
}
footer > div > div > h1 {
  text-align: left;
  font-size: 56px;
  color: whitesmoke;
  text-transform: lowercase;
}
footer > div > div > div {
  height: 80px;
  width: 80px;
  border-radius: 33%;
  margin-right: 20px;
  display: flex;
  align-items: center;
}
footer > div > div > div > a {
  height: 80px;
  width: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 33%;
  overflow: hidden;
}
footer > div > div > div > a > img {
  height: 80px;
  width: 80px;
  object-fit: contain;
}/*# sourceMappingURL=footer.css.map */