/* remove the spacing for the second widget*/
div.footer-widget-area div.footer-widget:first-child +div{
  position:absolute;
  width:0px !important;
  margin:0px !important;
  padding:0px !important;
}

/* force the footer sizing because we are not using the middle space for the second widget*/
div.footer-widget-area div.footer-widget:first-child{
  width:350px !important;
  float:left !important;
}

div.footer-widget-area div.footer-widget:last-child{
  display:flex !important; 
  opacity: .55;
  width:350px !important;
  align-items:center;
  justify-content:center;
}

div.footer-widget-area div.footer-widget:last-child img{
  width:200px;
  margin:0px;
  padding:0px;
}


@media screen and (max-width: 750px)
{
  div.footer-widget-area div.footer-widget:last-child{
  float:left;
  }
}

@media screen and (min-width: 750px)
{
  div.footer-widget-area div.footer-widget:last-child{
  float:right;
  padding-top:15px;
  }
}

