.footer {
  &__container {
    padding: 5px 10px;

    p {
      text-align: center;
      font-size: 12px;
      font-style: normal;
      font-weight: 400;
      line-height: normal;

      a {
        color: inherit;
        text-decoration-line: underline;
      }
    }
  }
}