.site-footer {
  background-color: black;
}

.footer-link {
  color: white;
  text-decoration: none;
}

.footer-link:hover {
  color: var(--hover-color);
  text-decoration: underline dotted;
}

.payment-logos {
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
  flex-wrap: wrap;
  justify-items: center;
}

.side-right p {
  font-size: 14px;
  color: var(--footer-grey-color);
}
