.footer {
  background-color: var(--primary-color);
  padding: 50px 20px;
  margin-top: 15px;
  color: white;
}

.footer .footer-headings {
  color: white;
  margin-bottom: 20px;
}

.footer ul {
  padding: 0;
  list-style: none;
}

.footer ul li {
  margin-bottom: 10px;
}

.footer ul li a {
  color: #ffffff;
  font-size: 14px;
  text-decoration: none;
}

.footer ul li a:hover {
  text-decoration: underline;
}

.footer .fa {
  font-size: 20px;
  color: white;
}

.footer .footer-copy {
  background-color: #f1f1f1;
  width: 100%;
  margin-top: 20px;
}

.footer .footer-copy p {
  margin: 0;
  font-size: 14px;
  color: #333;
  text-align: center;
}

.footer .footer-copy a {
  color: var(--primary-color);
  text-decoration: none;
}

@media (max-width: 768px) {
  .footer .footer-headings {
    margin-bottom: 10px;
  }

  .footer .g-play img {
    margin-bottom: 20px;
  }

  .footer .row-2 {
    justify-content: center;
  }
}

@media (max-width: 576px) {
  .footer {
    padding: 30px 10px;
  }

  .footer .row-2 {
    text-align: center;
  }

  .footer .g-play img {
    margin-bottom: 20px;
  }

  .footer .footer-headings {
    margin-bottom: 15px;
  }
}
