.footer {
  .list {
    li {
      &:not(:last-child) {
        margin-bottom: 1rem;
      }
    }
  }
  .form-control {
    border-radius: 1.5rem;
  }
}
