body .hs-landing-page .body-container--landing-page.green > .row-fluid-wrapper > .row-fluid > .widget-type-cell > .row-number-1.footer-section, body .hs-landing-page .body-container--landing-page.green > .row-fluid-wrapper > .row-fluid > .widget-type-cell > .footer-section{
  background-image: url(https://info.devicie.com/hubfs/Contact_page_bg_image.svg) !important;
  background-size: cover !important;
  background-position: center top !important;
  background-repeat: no-repeat !important;
}
.footer-block .footer-testimonial {
  display: none !important;
}
.footer-block .footer-testimonial h2, .footer-block .footer-testimonial p{
  color: #fff !important;
  text-align: center;
}
.footer-block .footer-testimonial h2{
  font-family: Helvetica, Arial, sans-serif !important;
  font-size: 26px !important;
  font-weight: 300 !important;
  margin-top: 1.5em !important;
  margin-bottom: 11px !important;  
}
.footer-block .footer-testimonial{
  margin-bottom: 100px !important;
}
.footer-block .footer-logo-and-menu .menu-block{
  justify-content: flex-end;
  display: flex;
}
.footer-block .footer-logo-and-menu .hs-menu-wrapper>ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 14px !important;
  line-height: 14px !important;
}
.footer-block .footer-logo-and-menu .hs-menu-wrapper>ul li{
  margin-left: 50px;
}
.footer-block .footer-logo-and-menu .hs-menu-wrapper>ul li a{
  color: #fff !important;
  font-family: LateralStandardLight,sans-serif!important;
  font-weight: 200;
}
@media only screen and (min-width: 768px) {
  .body-container--landing-page-thank-you .footer-logo-container{
     /*display: none !important;*/
  }
}
{# mobile #}
@media only screen and (max-width: 767px) {
  body .hs-landing-page .body-container--landing-page.green > .row-fluid-wrapper > .row-fluid > .widget-type-cell > .footer-section {
    background-image: none !important;
  }
  .footer-testimonial{
    display: none !important; 
  }
  .footer-logo-container{
    text-align: center;
    margin-bottom: 25px;
  }
  .footer-block .footer-logo-and-menu .menu-block{
    justify-content: center !important; 
  }
  .footer-logo-and-menu .hs-menu-wrapper.hs-menu-flow-horizontal ul{
    flex-direction: row !important;
  }
  .footer-block .footer-logo-and-menu .hs-menu-wrapper>ul li {
    margin-left: 15px;
    margin-right: 15px;
  }  
}