.footer {
    background: #232424;
    color: #fff;
    padding: 50px 30px 20px;
    border-radius: 50px 50px 0 0;
  }

  .footer h5 {
    margin-bottom: 20px;
    color: #FFF;
    font-family: Inter;
    font-size: 26px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }

  .footer ul {
    list-style: none;
    padding: 0;
  }

  .footer ul li {
    margin-bottom: 10px;
    cursor: pointer;
    transition: 0.3s;
    color: #FFF;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }

  .footer ul li:hover {
    color: #fff;
    transform: translateX(5px);
  }


  .contact-item {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
    color: #cfcfcf;
    font-size: 14px;
  }

  .contact-item span {
    margin-right: 10px;
  }

  .footer-bottom {
    text-align: center;
    margin-top: 30px;
    color: #FFF;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }
.footer ul li a{
  color:white
}
  @media (max-width: 768px) {
    .footer {
      text-align: center;
    }

    .contact-item {
      justify-content: center;
    }
  }