.elementor-26 .elementor-element.elementor-element-df8352a{--display:flex;}/* Start custom CSS for html, class: .elementor-element-398c8d9 */.footer-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
  color: white;
  background: linear-gradient(90deg, #0073e6, #00a859);
  padding: 40px;
  border-radius: 8px;
}
.footer-grid h3 {
  border-bottom: 2px solid #fff;
  display: inline-block;
  margin-bottom: 10px;
}
.footer-grid ul {
  list-style: none;
  padding: 0;
}
.footer-grid ul li {
  margin: 5px 0;
}
.footer-grid ul li a {
  color: white;
  text-decoration: none;
}
.footer-grid ul li a:hover {
  text-decoration: underline;
}/* End custom CSS */