.footer_menu-wrap {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1080px) {
  .footer_menu-wrap {
    display: inline-flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 60px;
  }
}
.footer p a:hover {
  color: #1DBC74; !important
}
.footer_menu-wrap h6 {
  margin-bottom: 1.5em;
}
.footer_menu-wrap p, .footer_menu-wrap h6 {
  font-weight: 700;
}
.footer_menu-wrap p {
  font-size: 16px;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 0.2em;
}
.footer a:not(.hs-button) {
  text-decoration: none!important;
}
.footer a:not(.hs-button):hover, 
.footer div:hover,
.footer a p:hover {
  color: #1DBC74!important;
}
.footer_menu-wrap p.big {
  margin-top: 1em;
  margin-bottom: 0.5em;
  font-size: 1rem;
  font-weight: 500;
}
.footer_menu-wrap p a {
  text-decoration: none;
}
.footer_menu-wrap span {
  display: none;
}