footer {
  width: 100%;
  height: 48.6rem;
  background: #363839;
  display: flex;
  justify-content: center;
}
footer .wrapper {
  width: 144rem;
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
footer .footer-section {
  width: 31.2rem;
  margin-top: 5.5rem;
}
footer .footer-section .title {
  font-size: 1.8rem;
  font-family: Arial;
  font-weight: 300;
  color: #f7f7f7;
  margin-bottom: 3.5rem;
}
footer .footer-section > div:last-child,
footer .footer-section a {
  font-size: 12px;
  font-family: Arial;
  font-weight: 300;
  color: #cccccc;
  line-height: 3.6rem;
  opacity: 0.77;
}
footer .footer-section .follows {
  display: flex;
  width: 18.5rem;
  justify-content: space-between;
}
footer .footer-section .follows > div {
  width: 2.8rem;
  height: 2.8rem;
}
footer .footer-section .follows > div img {
  width: 100%;
  height: 100%;
}
footer .footer-section > div:nth-child(2).search {
  color: #3f3f3f;
  display: flex;
  background-color: white;
  width: 100%;
  height: 4rem;
  opacity: 1;
  align-items: center;
}
footer .footer-section > div:nth-child(2).search > input {
  height: 100%;
  flex: 1;
  border: none;
}
footer .footer-section > div:nth-child(2).search img {
  width: auto;
  height: 100%;
}
footer .footer-section:nth-child(3) > div:last-child {
  width: 12.8rem;
  height: 12.8rem;
  margin-top: 3rem;
}
footer .footer-section:nth-child(3) > div:last-child img {
  width: 100%;
  height: 100%;
}
footer .footer-section:last-child > div:last-child {
  width: 90%;
  height: auto;
  margin-top: 3rem;
  background-color: #777777;
  color: #eeeeee;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
footer .footer-section:last-child > div:last-child > div {
  margin-bottom: 0.5rem;
  text-align: center;
}
footer .footer-section:last-child > div:last-child > div img {
  width: 16rem;
  height: 3rem;
  margin: 0.5rem 0;
}
@media (max-width: 991px) {
  footer {
    width: 100%;
    height: auto;
    background: #363839;
    display: flex;
    justify-content: center;
  }
  footer .wrapper {
    width: 100%;
    padding: 0 25px 100px 25px;
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  footer .footer-section {
    width: 45%;
    margin-top: 27.5px;
  }
  footer .footer-section .title {
    font-size: 16px;
    font-family: Arial;
    font-weight: 300;
    color: #f7f7f7;
    margin-bottom: 17.5px;
  }
  footer .footer-section > div:last-child {
    font-size: 12px;
    font-family: Arial;
    font-weight: 300;
    color: #eee;
    line-height: 1.5;
    opacity: 0.77;
  }
  footer .footer-section > div:last-child > div {
    margin-bottom: 10px;
  }
  footer .footer-section .follows {
    display: flex;
    width: 92.5px;
    justify-content: space-between;
  }
  footer .footer-section .follows > div {
    width: 14px;
    height: 14px;
  }
  footer .footer-section .follows > div img {
    width: 100%;
    height: 100%;
  }
  footer .footer-section > div:nth-child(2).search {
    color: #3f3f3f;
    display: flex;
    background-color: white;
    width: 100%;
    height: 20px;
    opacity: 1;
    align-items: center;
  }
  footer .footer-section > div:nth-child(2).search > input {
    flex: 1;
    max-width: 125px;
    border: none;
  }
  footer .footer-section > div:nth-child(2).search img {
    width: auto;
    height: 100%;
  }
  footer .footer-section:nth-child(3) > div:last-child {
    width: 64px;
    height: 64px;
    margin-top: 15px;
  }
  footer .footer-section:nth-child(3) > div:last-child img {
    width: 100%;
    height: 100%;
  }
  footer .footer-section:last-child > div:last-child {
    width: 100%;
    height: auto;
    margin-top: 15px;
    background-color: #9b9c9c;
    color: black;
    padding: 10px;
  }
  footer .footer-section:last-child > div:last-child > div {
    margin-bottom: 2.5px;
  }
  footer .footer-section:last-child > div:last-child > div img {
    width: 80px;
    height: 15px;
  }
}
/*# sourceMappingURL=footer.css.map */