.cs-footer {
  background-color: #110d67;
  padding: 44px 0 60px;
}
.cs-footer p,
.cs-footer a,
.cs-footer ul li,
.cs-footer h1,
.cs-footer h2,
.cs-footer h3,
.cs-footer h4,
.cs-footer h5 {
  color: #fff;
}
.cs-footer .footer-logo {
  max-width: 229px;
  margin-bottom: 20px;
}
.cs-footer .csf-company-detail p {
  margin-bottom: 32px;
}
.cs-footer .footer-links h5 {
  text-transform: capitalize;
  margin-bottom: 24px;
}
.cs-footer .footer-links ul {
  margin-bottom: 20px;
}
.cs-footer .footer-links ul li:not(:last-child) {
  margin-bottom: 16px;
}
.cs-footer .copyright-socials {
  border-top: 1px solid #fff;
  padding-top: 32px;
  margin-top: 32px;
}
.cs-footer .copyright-socials .socials {
  gap: 32px;
}

@media (min-width: 992px) {
  .cs-footer .footer-logo {
    max-width: 338px;
    margin-bottom: 28px;
  }
  .cs-footer .csf-company-detail p {
    margin-bottom: 0;
  }
  .cs-footer .footer-links ul {
    margin-bottom: 0;
  }
  .cs-footer .copyright-socials {
    padding-top: 28px;
    margin-top: 28px;
  }
}
