@media only screen and (max-width: 1200px) {
  .region-top-footer {
    flex-wrap: wrap;
    width: unset;
    height: unset;
    justify-content: unset;
  }
  .region-top-footer section,
  .region-top-footer nav {
    padding: 30px 40px;
  }
  .footer-logo-wrapper,
  .region-top-footer nav,
  .connect-wrap {
    width: 33.33%;
    /* padding: 0 40px !important; */
  }
  .connect-wrap {
    max-width: 33.33%;
  }
  .subscribe-title {
    width: 100%;
  }
  .menu--footer li {
    display: inline;
  }
  .menu--footer > li > a {
    padding: 0px;
  }
  /* .footer-logo-wrapper,
  .region-top-footer nav {
    border: none;
  } */
}
@media only screen and (max-width: 767px) {
  .footer-logo-wrapper,
  .region-top-footer nav,
  .connect-wrap {
    width: unset;
  }
  .connect-wrap {
    padding-left: 0px;
    max-width: unset;
  }
  .bottom-footer {
    height: 56px;
  }
  .footer-logo-wrapper,
  .region-top-footer nav {
    border: none;
  }
  .region-top-footer section,
  .region-top-footer nav {
    padding: 30px 0px;
  }
  .footer-logo-wrapper,
  .region-top-footer nav {
    border-bottom: 1px solid #ffffff;
  }

  .footer-logo-wrapper {
    padding-top: 0 !important;
  }
  .region-top-footer {
    flex-direction: column;
  }
  .menu--footer {
    margin: unset;
  }
  .copyright {
    padding: 8px 15px;
    text-align: left;
  }
  .bottom-footer {
    display: block;
  }
  .subscribe-title {
    font-size: 14px;
    font-weight: 400;
    width: 320px;
  }
  .region-top-footer {
    padding: 40px 0;
  }
  .region-top-footer section:last-child {
    padding: 0px;
  }
  .menu--footer > li:last-child > a {
    margin-bottom: 0px;
  }
  .footer-logo-wrapper p:first-child {
    margin: 0;
  }
  .footer-logo-wrapper p:last-child {
    display: none;
  }
}
@media only screen and (max-width: 420px) {
  .subscribe-title {
    width: 100%;
  }
}
