footer {
  font-family: Arial, Helvetica, sans-serif;
  padding: 60px 0px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0px 10%;
}
.new,
.new1,
.footer-contact-main {
  width: 300px;
}
.new h1,
.new1 h1,
.footer-contact-main h1 {
  text-transform: uppercase;
  font-size: 21px;
}
.new p {
  line-height: 1.5em;
  padding: 30px 100px 30px 0px;
}
.footer-contact-main p {
  line-height: 1.5em;
  padding: 0px 80px 0px 0px;
}
.footer-contact ul li img {
  margin: 0px 10px 10px 10px;
  width: 18px;
  height: 18px;
}
.footer-links {
  text-decoration: none;
  list-style: none;
  width: 100%;
  padding: 10px;
  display: block;
  padding: 20px 0px;
}
.footer-links ul li {
  list-style: none;
}
.footer-links a {
  text-decoration: none;
  color: black;
  display: block;
  padding: 2px;
}
.footer-contact {
  width: 100%;
  display: block;
  padding: 20px 0px;
}
.footer-contact ul li {
  color: black;
  display: flex;
  padding: 10px 0px;
}
.social-links {
  padding: 20px 0px;
  width: 600px;
}
.social-links {
  display: inline-block;
}

.copy-rights {
  display: flex;
  width: 300px;
  justify-content: right;
  padding: 20px 20px;
}
