.footer-container {
  margin-top: 5em;
  display: flex;
  flex-direction: column;
  /* align-items: center; */
}

.footer-container-upper {
  border-top: 2px solid #e6e8ec;
  padding-top: 4em;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  flex-wrap: wrap;
}

.footer-container-upper a {
  text-decoration: none;
}

.footer-container-upper-card {
  display: flex;
  flex-direction: column;
  max-width: 20em;
  margin: 2em;
}

.footer-container-upper-card-heading {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
  color: #23262f;
}

.footer-container-upper-card-text {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 30px;
  color: #777e90;
}

.footer-container-lower {
  border-top: 2px solid #e6e8ec;
  margin-top: 3em;
  padding-bottom: 5em;
  padding-top: 2em;
  padding-right: 4em;
  padding-left: 4em;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  font-style: normal;
  font-weight: normal;
  /* line-height: 16px; */
  color: #777e90;
}

.footer-container-lower-right {
  display: flex;
  flex-direction: row;
}

.footer-container-lower-icons {
  display: flex;
  flex-direction: row;
}

.footer-container-lower-icons div {
  margin: 0.2em;
  /* display: flex; */
  /* flex-direction: row; */
}
