.footer {
  background-color: #035cd9;
}

.footer-content {
  display: flex;
  padding: 37px 10% 20px;
  justify-content: center;

  background-color: #4c8ddf;
  background-image: url(../images/footer-bgs.png), url(../images/footer-bgs.png);
  background-repeat: no-repeat, no-repeat;
  background-position: 10% 70%, 90% 55%;
  background-size: 30%, 30%;
}

.footer-content-left {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.footer-content-left a {
  display: block;
  max-height: 71px;
}
.footer-content-left span,
.footer-content-left img {
  display: inline-block;
}
.footer-content-left img {
  height: 71px;
}
.footer-content-left span {
  margin-top: 18px;
  font-size: 14px;
  color: #ffffff;
}
.footer-content-right {
  display: flex;
  gap: 14px;
}

.footer-icon {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.footer-icon img {
  width: 100px;
  height: 100px;
}
.footer-icon span {
  font-size: 14px;
  color: #ffffff;
}
