.footer {
  padding: 0;
}

.footer .footer_content {
  background: var(--deep-green);
  padding-bottom: 30px;
}

.footer .footer_left {
  display: inline-block;
  box-sizing: border-box;
  width: 25%;
  text-align: center;
  vertical-align: top;
  padding: 80px 10px 20px;
}

.footer .footer_middle {
  display: inline-block;
  box-sizing: border-box;
  width: 50%;
  text-align: center;
  vertical-align: top;
  padding: 65px 0 20px;
}

.footer .footer_right {
  display: inline-block;
  box-sizing: border-box;
  width: 25%;
  text-align: center;
  vertical-align: top;
  padding: 40px 10px 20px;
}

@media (max-width: 1200px) {
  .footer .footer_left,
  .footer .footer_middle,
  .footer .footer_right {
    display: block;
    width: 100%;
    padding: 20px 10px;
  }
}

.footer .logo_acnc {
  width: 130px;
  height: auto;
  padding: 0 5px;
}

.footer .logo_ppn {
  width: 130px;
  height: auto;
  padding: 0 5px;
}

.footer .logo_image {
  display: inline-block;
  width: 284px;
  height: auto;
  margin: 50px 0 0;
  background: #fff;
}

.footer .footer_text {
  font-size: 1.1em;
  font-weight: 500;
  line-height: 1.3;
  margin: 0 auto;
  max-width: 1000px;
  text-align: center;
  color: #fff;
}

.footer .footer_text a {
  text-decoration: none;
}

.footer .footer_text a:hover {
  text-decoration: underline;
  text-underline-position: under;
}

.footer .copyright {
  text-align: center;
  margin-top: 20px;
  color: #fff;
}

.footer .icon_social {
  display: block;
  width: 44px;
  height: auto;
  margin: 20px auto 0;
}

@media (max-width: 1200px) {
  .footer .icon_social {
    display: inline-block;
    margin: 5px 10px; 
  }
}


