.footer-container {
  position: relative;
  height: 490px;
  background-color: #214286;
  color: #fff !important;
  background-image: url('https://we.curate.co/hubfs/New%20Marketing%20Pages%20assets/footer-bg.png');
  background-position: calc(100% + 330px) calc(100% + 320px);
  background-repeat: no-repeat;
  font-family: "Montserrat", sans-serif;
  z-index: 1;
}

.footer-container a {
  text-decoration: none;
  color: #fff;
}

.social-in img {
  width: 27px;
  height: 27px;
}

.footer-container .footer-inner {
  padding: 60px 15px;
}

.footer-inner .footer-cta-container {
  text-align: center;
}

.footer-cta-container .cta-container-inner {
  padding: 0 60px;
}

.footer-cta-container .cta-container-inner h4 {
  font-size: 32px;
  font-weight: normal;
  color: #fff !important;
}

.footer-container .footer-inner .copyright-social-container {
  margin-left: 0;
}

.footer-container .footer-inner .copyright-social-container hr {
  color: #fff;
}

.footer-inner .copyright-social-container .social-wrap a {
  margin-right: 10px;
}

.footer-inner .copyright-social-container .copyright-terms-wrap {
  font-size: 12px;
}

.footer-inner .copyright-social-container .copyright-terms-wrap .privacy-terms {
  float: right;
}

@media (max-width: 1279px) {
  .footer-container {
    height: 380px;
  }
  
  .footer-container .footer-inner > .span8 {
    width: 40%;
  }
  
  .footer-container .footer-inner > .span4 {
     width: 55%;
  }
}

/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
  .footer-container {
    background-image: none;
    text-align: center;
    height: auto;
  }
  
  .footer-container .footer-inner {
    padding: 20px 10px;
  }
  
  .footer-container .footer-inner .copyright-social-container {
    margin-top: 40px;
  }
  
  .footer-container .footer-inner > .span8 {
    width: 100%;
    text-align: center;
  }
  
  .footer-container .footer-inner > .span4 {
     width: 100%;
    text-align: center;
  }
  
  .footer-container .footer-inner .footer-logo-container {
    background: none;
  }
}
 
/* Landscape phones and down */
@media (max-width: 480px) { ... }