.custom-footer-block {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  flex-wrap: wrap;
  padding: 40px 20px;
  background: #000;   /* optional */
  color: #fff;        /* optional */
}

.custom-footer-col {
  flex: 1;
  min-width: 220px;
}

.custom-footer-col h4 {
  margin-bottom: 12px;
  font-size: 16px;
  font-weight: bold;
}

.custom-footer-col a {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  line-height: 1.6;
}

.custom-footer-col a:hover {
  color: #f0c040;
}