.sf-bottom {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.sf-copy--row {
    width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
}
.sf-policy {
    width: 100%;
    display: block;
}
.sf-copy a {
    color: rgba(165, 205, 240, 0.78) !important;
    font-size: 10px !important;
}
.sf-copy a:hover {
    color: rgba(165, 205, 240, 1) !important;
}