.site-footer {
  background-color: #f3f6fd;
  font-size: 13px;
  font-weight: bold;
  color: rgb(189, 196, 203);
}

.site-footer ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.site-footer ul > li {
  padding: 4px;
  color: #C5CAE9;
}

.site-footer ul > li > a {
  color: #C5CAE9;
}

.site-footer ul > li:hover {
  color: #7bda97;
  cursor: pointer;
}

.site-footer ul > li > a:hover {
  color: #7bda97;
  cursor: pointer;
}

.site-footer hr {
  border-width: 3px;
}

.site-footer .card {
  padding: 2% 7%;
}

.site-footer .social > i {
  padding: 1%;
  font-size: 15px;
}

.site-footer .social > i:hover {
  color: #957bda;
  cursor: pointer;
}

.site-footer .policy > div {
  padding: 4px;
}

.site-footer .heading {
  font-family: 'Titillium Web', sans-serif;
  color: black;
}

.site-footer .divider {
  border-top: 2px solid;
}

