.bf-footer {
  background: #00052e;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 60px 0px;
}

.bf-footer-content {
  width: min(75%, 900px);
  display: flex;
  flex-direction: column;
  gap: 32px;
  color: white;
}

.bf-footer-tagline {
  font-family: 'Inter';
  font-weight: 500;
  font-size: 20px;
  margin: 0;
}

.bf-footer-sitemap {
  display: flex;
  font-family: 'Inter';
  flex-direction: row;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 78px;
}

.bf-footer-parent {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.bf-footer-parent-path {
  margin: 0;
  font-size: 18px;
  cursor: pointer;
  font-weight: 700;
}

.bf-footer-children-paths {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.bf-footer-child-path {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  cursor: pointer;
}

.bf-footer-line {
  width: 100%;
  height: 1px;
  background: #424a92;
}

.bf-footer-copyright {
  font-size: 12px;
  font-family: 'Sen';
  margin: 0;
  color: #ccc;
}

@media (max-width: 1080px) {
  .bf-footer-sitemap {
    gap: 24px;
  }

  .bf-footer-parent-path {
    font-size: 14px;
  }

  .bf-footer-child-path {
    font-size: 12px;
  }

  .bf-footer-tagline {
    font-size: 18px;
  }

  .bf-footer-copyright {
    font-size: 8px;
  }
}
