.footer .bg-purple {
    height: 30px;
  }
  .footer .bg-purple-light {
    /* height: 26px; */
    text-align: center;
    padding-right: calc(1.5rem * 0.5);
    padding-left: calc(1.5rem * 0.5);
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
  }
  .footer .text-link,
  .footer .text-copyright {
    margin-bottom: 0;
    color: #ffffff;
  }
  .footer .text-copyright {
    font-size: .8125rem;
    line-height: 1.3;
  }
  .footer .text-link {
    font-size: 16px;
  }
  @media screen and (max-width: 768px) {
    .footer .bg-purple {
      height: 90px;
      flex-direction: column;
    }
    .footer .bg-purple .dots {
      width: 6px;
      height: 6px;
      border-radius: 50%;
      background-color: #01cdff;
    }
    .footer .text-link {
      font-size: 14px !important;
    }
  
    .footer .text-copyright {
      font-size: 11.375px !important;
    }
  }