.site-footer {
  padding: 60px 20px 30px;
  text-align: center;
  background: #ffffff;
  font-family: inherit;
}

/* SOCIAL */
.footer-social {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-bottom: 25px;
}

.social-circle {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: #e8f1f7;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-weight: 500;
  color: #0a2540;
}

/* INFO */
.footer-info p {
  margin: 5px 0;
  font-size: 15px;
}

/* LOGO */
.footer-logo {
  margin-top: 30px;
}

.footer-logo img {
  height: 80px;
}
