/* FOOTER */
.footer-distributed {
  background-color: rgba(13, 132, 61, 0.7);
  box-sizing: border-box;
  width: 100%;
  text-align: left;
  font: bold 16px sans-serif;
  padding: 50px 50px 60px 50px;
  margin-top: 80px;
}
.footer-distributed .footer-left,
.footer-distributed .footer-center,
.footer-distributed .footer-right {
  display: inline-block;
  vertical-align: top;
}

/* Footer left */
.footer-distributed .footer-left {
  width: 30%;
}
.footer-distributed h3 {
  color: white;
  margin: 0;
  font-size: 1.5rem;
}

/* Footer links */
.footer-distributed .footer-links {
  color: white;
  margin: 20px 0 12px;
  font-size: 1rem;
}
.footer-distributed .footer-links a {
  display: inline-block;
  line-height: 1.8;
  text-decoration: none;
  color: inherit;
}
.footer-distributed .footer-company-name {
  color: white;
  font-size: 14px;
  font-weight: normal;
  margin: 0;
}

/* Footer Center */
.footer-distributed .footer-center {
  width: 35%;
}
.footer-distributed .footer-center div {
  color: #ffffff;
  font-size: 15px;
  width: 38px;
  height: 38px;
  text-align: center;
  line-height: 42px;
  margin: 10px 15px;
  display: flex;
  align-items: center;
}
.footer-distributed .footer-center img {
  width: 25px;
  height: 25px;
  margin-left: 6px;
  padding: 6px;
  border-radius: 40%;
  background-color: rgba(13, 132, 61, 0.7);
}
.footer-distributed .footer-center p {
  color: white;
  margin: 0px;
  padding-left: 30px;
  line-height: 1.4;
  white-space: nowrap;
  font-size: 1rem;
}
.footer-distributed .footer-center p a {
  color: white;
  text-decoration: none;
  font-size: 1rem;
}

/* Footer Right */
.footer-distributed .footer-right {
  width: 30%;
}
.footer-distributed .footer-company-about {
  line-height: 20px;
  color: white;
  font-size: 13px;
  font-weight: normal;
  margin: 0;
}
.footer-distributed .footer-company-about span {
  display: block;
  color: white;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}
.footer-distributed .footer-icons {
  margin-top: 25px;
}
.footer-distributed .footer-icons a {
  display: inline-block;
  width: 35px;
  height: 35px;
  cursor: pointer;
  background-color: rgba(13, 132, 61, 0.7);
  border-radius: 2px;
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  line-height: 35px;
  margin-right: 3px;
  margin-bottom: 5px;
}
.footer-distributed .footer-icons a:hover img {
  filter: invert(33%) sepia(68%) saturate(5953%) hue-rotate(91deg)
    brightness(100%) contrast(90%);
  transition: filter 0.3s ease;
}
.footer-links a:hover {
  color: #075125;
}
.footer-distributed .footer-icons img {
  width: 25px;
  height: 25px;
  margin-top: 5px;
}

/* RESPONSIVE DESIGN */
@media (max-width: 992px) {
  .footer-distributed .footer-left,
  .footer-distributed .footer-center,
  .footer-distributed .footer-right {
    display: block;
    width: 100%;
    margin-bottom: 40px;
    text-align: center;
  }
  .footer-distributed .footer-center div {
    justify-content: center;
    margin: 15px auto;
  }
}
