.footer-personal-information {
  color: #ffffff;
  font-family: "Poppins", Sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.3em;
  margin: 0;
  margin-bottom: 5px;
}
.terms-conditions-list-child {
  margin-right: calc(30px / 2);
  margin-left: calc(30px / 2);
}
.terms-conditions-list-child:last-child::after {
  border: none !important;
}
.terms-conditions-list-child:after {
  width: auto;
  left: auto;
  right: auto;
  position: relative;
  height: 100%;
  border-top: 0;
  border-bottom: 0;
  border-right: 0;
  border-left-width: 1px;
  border-style: solid;
  right: -8px;
  content: "";
  height: 50%;
  border-color: #ddd;
  border-left-width: 1px;
  border-left-style: solid;
  right: calc(-30px / 2);
}
.terms-conditions-list-child span,
.terms-conditions-list-child span a {
  color: #ffffff;
  transition: color 0.3s;
  font-family: "Poppins", Sans-serif;
  font-size: 15px;
  font-weight: 400;
  text-decoration: none;
}
.footer {
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  padding: 10px 0px 10px 0px;
  background-color: #323c7a;
}
.footer-inner {
  max-width: 1140px;
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px;
}
.copyright {
  color: #ffffff;
  font-family: "Poppins", Sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.3em;
  margin: 0;
}

ul.terms-conditions-list {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  margin: 0;
  margin-bottom: 5px;
}
