body {
  font-family: 'Poppins', sans-serif;
}

.footer {
  background-color: #000;
  color: #fff;
  padding: 0px 20px;
  font-family: 'Poppins', sans-serif;
}

.footer-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 0px 0px;
  border-bottom: 1px solid #fff;
}

.footer-section {
  text-align: left;
  flex: 1;
  margin: 0 0px;
}

.footer-section.contact {
  text-align: right;
}

.footer-section p {
  margin: 0;
  font-size: 14px;
}

.social-icons a {
  margin-right: 0px;
  margin-left: 0px;
}

.social-icons img,
.footer-section.contact img {
  width: 30px;
  height: 30px;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
}

.footer-bottom p {
  font-size: 12px;
  text-align: right;
}

.logo img {
  width: 80px;
  height: 80px;
}

/* Media query untuk layar kecil */
@media (max-width: 768px) {
  .social-icons img,
  .footer-section.contact img {
    width: 20px;
    height: 20px;
  }
}
