.sinkarkes-footer {
  background: #111;
  color: #eee;
  padding: 50px 0;
}
.sinkarkes-footer-top {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}
.sinkarkes-footer-top .col h4 {
  color: #00bfa5;
  margin-bottom: 10px;
}
.sinkarkes-footer-top a {
  color: #ccc;
  text-decoration: none;
}
.sinkarkes-footer-bottom {
  text-align: center;
  margin-top: 30px;
  border-top: 1px solid #333;
  padding-top: 10px;
}
.sinkarkes-footer-bottom img {
  height: 60px;
  margin-bottom: 10px;
}
