{% include '/sbi-corp-website/src/css/design-system/_atoms.css' %}
{% import '/sbi-corp-website/src/css/design-system/_atoms.css' %}

.footer-nav-links {
  display: flex;
  width: 100%;
  justify-content: start;
  
}

@media screen and (max-width: 768px) {
  .footer-nav-links {
    flex-direction: column;
  }
}

#hs_cos_wrapper_navigation-footer {
  width: 100%;
}

.link-group {
  display: flex;
  flex-direction: column;
  flex: 1 0 0;
}

.link-group p {
  margin-top: 26px;
  margin-bottom: 16px;
  text-transform: uppercase;
  letter-spacing: 0.05em !important;
  font-size: 15px;
}

.link-group span {
  font-size: 15px;
}

.link-group a {
  text-decoration: none;
  line-height: 200%;
}

.link-group a span:hover,
.link-group a span:focus {
  color: white;
  text-decoration: underline;
}
