.footer-menu-container ul {
  padding: 0
}
 .willow-footer-menu li {
  list-style: none;
  margin-left: 20px;
}
.willow-footer-menu .sub-menu .menu-item {
    margin:0
}
.willow-footer-menu .menu-item a::before {
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-left: -20px;
    margin-right: 3px; /* Space between the icon and the text */
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="%23329B7B" class="bi bi-chevron-right" viewBox="0 0 16 16"%3E%3Cpath fill-rule="evenodd" d="M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708"/%3E%3C/svg%3E');
    vertical-align: middle; /* Align the icon with the text */
}
.menu-title {
  color: #00444d;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 8px;
}
