footer{
  background-color: #F4F4F4;
  padding-top: 7px;
  padding-bottom: 5px;
  padding: 30px 12px 0px 12px;
}

footer .bottom-company{
  background-color: #F4F4F4;
  margin-top: 0px;
  padding-bottom: 40px;
  display:flex;
}

footer .bottom-company p{
  color: #1C2834;
  text-align: left;
  padding-left: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height:18px;
  /*   max-width: 1272px;
  /* padding: 5%; 
  margin-left: auto;
  margin-right: auto; */
}

footer .flex{
  display: flex;
  /*     justify-content: space-between; */
  align-items: start;
  padding-bottom: 0px;
  font-size: 20px;
  max-width: 1272px;
  /* padding: 5%; */
  margin-left: auto;
  margin-right: auto;
}

footer .cm-flex {
  max-width: 100%;
  margin: 0;
}
footer .flex .nav{
  margin-top: 35px;
}
footer .flex .nav.home{
  padding-right: 0px;
}
footer .flex .nav.menu{
  border-left: 0px solid hsla(0, 0%, 100%, 0.1);
  padding-left: 36px;
  width: 25%;
}
footer .flex .nav.middle{
  width: 55%;
}
footer .logo img{
  max-width: 200px;
}

footer .nav ul{margin: 0;padding:0;list-style:none}

footer .nav ul li{
  margin-bottom: 5px;
  line-height: 1.5;
  width: max-content;
}

footer .nav ul a.first{
  font-family: Assistant, sans-serif;
  font-size: 20px;
  font-weight: 700;
  font-stretch: normal;
  font-style: normal;
  line-height: 24px;
  letter-spacing: normal;
  color: #1C2834;
  opacity: 0.8;
  transition: opacity 200ms ease;
  text-decoration:none;
}
footer .nav ul a{
  font-family: Assistant, sans-serif;
  font-size: 16px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 23px;
  letter-spacing: normal;
  color: #1C2834;
  opacity: 0.8;
  transition: opacity 200ms ease;
  text-decoration:none;
}

footer .nav ul a:hover{
  opacity: 1;
}
.hs-item-has-children a{
  font-weight:700;
}
footer .nav ul:first-child{margin: 0;display:flex;justify-content:space-between}
footer .nav.home{
  width:35%;
}
footer .nav{
  width:50%;
}
footer .nav ul li{
  margin-bottom: 5px;
  line-height: 1.5;
  width: max-content;
}
div footer ul li:last-child ul li:last-child {
  font-family: Assistant;
  font-size: 16px;
  font-weight: 400;
  line-height: 39.35px;
  letter-spacing: 0em;
  text-align: left;
  /* margin:20px 0; */
  background-image: url(https://info.orkestrascs.com/hubfs/Group%20396.png);
  background-repeat:no-repeat;
  background-size:40px;

  padding-left: 50px;  /* needed to put some space between image and text */
  /*   line-height: 2px; /* might be needed if your bullet icon is taller than standard line height, but not always needed*/ */
  background-size:20px;
}

@media (max-width: 991px){
  footer .flex{
    flex-flow: column;
  }
  footer .icon{
    display:none;
  }
  footer .flex .nav.menu{
    border-left: 0;
    padding-left: 0px;
    width: 25%;
  }
  footer .nav ul:first-child, .bottom-company {
    display: block!important;
  }
}

@media (max-width: 767px){
  footer .nav ul:first-child,.bottom-company{
    display:block!important;
  }
  footer .nav ul .hs-menu-depth-1{
    padding:20px 0;
  }
  footer .flex{
    flex-flow: column;
  }
  footer .flex .nav{
    width: 100% !important;
  }
  footer .flex .nav.menu {
    width: calc( 100% - 36px) !important;
  }
  footer .flex .nav.home {
    padding-right: 0;
  }
  footer .flex .nav.menu{
    border-left: 0;
    padding-left: 0px;
    width: calc( 100% - 36px) !important;
  }
}
