footer {
  padding: 6rem 8rem;
}

footer .footer-logo i {
  color: rgb(121, 221, 129);
  font-size: 20px;
}

footer .garis {
  border: none;
  border-top: 1px solid black;
  width: 100%;
  position: relative;
  top: 2rem;
  gap: 5rem;
}
footer section .verval-logo-footer {
  gap: 10px;
}
footer section .verval-logo-footer img {
  width: 2.5rem;
  object-fit: contain;
}

footer .footer {
  height: 17rem;
}

footer .footer-end .terms {
  color: rgb(121, 221, 129);
}

footer .footer-end .pripacy {
  color: rgb(121, 221, 129);
}

#copyright {
  position: relative;
  top: 1rem;
}

@media screen and (max-width: 600px) {
  footer {
    padding: 2rem;
  }
  footer .garis {
    top: 1rem;
  }

  footer p{
    font-size: 15px;
  }

  .footer {
    flex-direction: column;
    gap: 1.3rem;
  }
  #copyright {
    top: 20rem;
    gap: 4px;
  }
  .help-and-support-footer {
    border-bottom: 1px solid rgba(0, 0, 0, 0.504);
  }

  #copy-verval{
    border-right: 1.5px solid rgb(0, 0, 0);
  }

  .footer-end{
    position: relative;
    left: 3%;
  }

  .footer-end-p {
    font-size: 13px;
  }

 
}
