.footer-wrapper {
  width: 100%;
  height: 150px;
  margin: auto;
}

.footer-container {
  margin: auto;
  width: 71%;
  max-width: 1800px;
}

.logo-img {
  width: 350px;
  height: 34px;
  margin-top: 30px;
}

.footer-bottom {
  padding: 25px 0;
  display: inline-block;
}

.footer-links {
  padding: 25px 0;
  display: inline-block;
  font-family: "News Cycle";
  font-weight: 500;
  font-size: 12px;
  margin-right: 20px;
  color: #6e7678;
}

.footer-links span {
  margin-right: 10px;
}

.footer-links a {
  text-decoration: none;
  color: #6e7678;
}

.facebook-icon {
  color: #6e7678;
  margin-right: 30px;
  font-size: 18px;
}

.twitter-icon {
  color: #6e7678;
  margin-right: 30px;
  font-size: 21px;
}

.youtube-icon {
  color: #6e7678;
  margin-right: 30px;
  font-size: 18px;
}

@media only screen and (max-width: 420px) {
  .logo-img {
    width: 300px;
  }
}
@media only screen and (max-width: 360px) {
  .logo-img {
    width: 250px;
  }
}
@media only screen and (min-width: 1000px) and (max-width: 1400px) {
  .footer-container {
    margin: auto;
    width: 95%;
  }
}
