.site-footer__main-container {
  align-items: center;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.dropdown-container {
  display: none;
}
.dropdown-btn {
  background-color: transparent;
  color:white;
  border-width: 0;
  cursor: pointer;
  padding: 0;
}
.site-footer__menu-mobile .accordion-item:last-of-type {
  border-bottom: 1px solid #fff;
}
.site-footer__menu-mobile .accordion-item {
  border-top: 1px solid #fff;
  padding: 18px 0;
}
.logo {
  color:white;
  font-size: 60px;
}
.newsletter__container {
  margin-bottom: 45px;
  width: 100%;
}
.newsletter_form {
  display: flex;
  margin:20px;
  
}
.newsletter_input {
  background-color: #000;
  border: 1px solid #fff;
  color: #fff;
  font-size: 3.5vw;
  letter-spacing: .02em;
  line-height: 1.6;
  padding: 14px 14px 10px 20px;
  width: 100%;
}
.newsletter_button {
  background-color: #000;
  border: 1px solid #fff;
  color: #fff;
  font-size: 1.2rem;
  letter-spacing: .11em;
  transition: all .4s ease;
  white-space: nowrap;
  height: 48px;
}
