.col-9-md {
  width: calc(100% - 330px);
}
.col-3-md,
.main-left,
.main-right {
  width: 330px;
}

footer .footer-col-1 {
  width: 43%;
}
footer .footer-col-2 {
  width: 25%;
}
footer .footer-col-3 {
  width: 32%;
}

@media(max-width: 991px) {
  .col-9-md {
    width: 100%;
  }
  .col-3-md,
  .main-left,
  .main-right {
    width: 100%;
  }
}
@media(max-width: 767px) {
  footer .footer-col-1 {
    width: 100%;
  }
  footer .footer-col-2 {
    width: 100%;
  }
  footer .footer-col-3 {
    width: 100%;
  }
}
