footer {
  background: #fff1ea !important;
}
footer h3 {
  font-size: 22px;
  color: #2c2c2c;
  margin-bottom: 22px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}
footer ul {
  padding: 0px;
  margin: 0px;
}
footer ul li:not(:last-child) {
  margin-bottom: 20px;
}
footer ul li a {
  font-size: 18px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  color: #2c2c2c;
}
footer .social-icons i {
  background: #0a0a0a;
  color: #fff;
  padding: 6px;
  border-radius: 5px;
  font-size: 22px;
  width: 36px;
  text-align: center;
  margin-bottom: 10px;
}
footer .social-icons a:not(:last-child) {
  margin-right: 10px;
}

.foot-clms {
  width: 20% !important;
  text-align: left;
}

.fourth-footer p {
  margin-bottom: 15px !important;
}

@media only screen and (max-width: 768px) {
  .foot-clms {
    width: 100% !important;
    text-align: left;
    margin-bottom: 20px;
  }
  footer {
    padding: 10px;
  }
  footer ul li a {
    font-size: 16px;
  }
  footer h3 {
    margin-top: 35px !important;
  }
  .ft-second-level p {
    text-align: center !important;
  }
  .ft-second-level p:not(:first-child) {
    margin-bottom: 22px !important;
  }
  .ft-second-level img {
    width: 100% !important;
  }
  .fourth-footer p {
    margin-bottom: 0px !important;
  }
}/*# sourceMappingURL=footer.css.map */