.pw-footer-1 {
  margin-top: auto;
}

.pw-footer-1 .footer-section {
  margin: 32px 0;
}

@media (min-width: 1200px) {
  .pw-footer-1 .footer-section {
    margin: 0;
  }
}

.pw-footer-1 .footer-section.footer-heading {
  font-size: 18px;
  font-weight: 800;
  margin-bottom: 32px;
}

.pw-footer-1 .footer-section .footer-section-content {
  display: grid;
  grid-row-gap: 16px;
}

.pw-footer-1 .footer-section-content.content, .pw-footer-1 .footer-section-content.contact-content {
  font-size: 14px;
}

.pw-footer-1 .footer-section-content.contact-content i {
  margin-right: 10px;
  font-size: 20px;
}

.pw-footer-1 .btn.submit-button {
  font-size: 14px;
  font-weight: 600;
  padding-left: 0;
  margin-top: 32px;
}

.pw-footer-1 .submit-arrow {
  width: 42px;
  height: auto;
  margin-left: 16px;
}

.pw-footer-1 .subscribe-form input {
  border: none;
  border-bottom: 1px solid black;
  border-radius: 0;
  padding-bottom: 24px;
  padding-left: 0;
}

.pw-footer-1 .subscribe-form input::placeholder {
  color: rgb(113,110,110);
}

