
.footer-container {
  height: 1140px;
}
@media only screen and (min-width: 480px) {
  .footer-container {
    height: 1060px;
  }
}
@media only screen and (min-width: 768px) {
  .footer-container {
    height: 400px;
  }
}