#footer {
    margin-bottom: -70px !important;
}
.pre-footer {
  margin-top: 50px;
  padding-top: 20px;
  border-top: 1px solid #ccc;
}
.pre-footer .container .text-block {
  margin-right: 35%;
}
.pre-footer .container .footer-boxes {
  margin-right: 15%;
}
.footer-ads {
  margin-right: 35%;
  margin-top: 20px;
}
.box1, .box2 {
  border: 1px solid #ccc;
  background: white;
  padding: 0 20px 10px 20px;
  margin: 10px;
}
img.footer-logo  {
  width:75%;
  height: auto;
}
@media (max-width: 767px) {
  img.footer-logo {
    width:100%;
  }
  .pre-footer .container .text-block, .pre-footer .container .footer-boxes, .footer-ads {
    margin-right: 0%;
  }
}
