.footer {
  background: #030706;
  color: #fff;
  padding: 70px 7% 25px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.3fr 1fr 1.2fr 1.3fr;
  gap: 42px;
}

.footer-logo {
  width: 165px;
  margin-bottom: 20px;
}

.footer p {
  color: #d4d9d6;
  line-height: 1.8;
  margin-bottom: 9px;
}

.footer h4 {
  margin-bottom: 18px;
  font-size: 18px;
}

.footer a {
  display: block;
  color: #d4d9d6;
  margin-bottom: 10px;
}

.footer a:hover,
.footer-bottom a {
  color: #2fbd72;
}

.socials {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.socials a {
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 50px;
  padding: 8px 12px;
  margin: 0;
  font-size: 13px;
}

.newsletter {
  display: grid;
  grid-template-columns: 1fr 55px;
  margin-top: 20px;
}

.newsletter input {
  height: 54px;
  border: 1px solid rgba(255,255,255,.18);
  background: transparent;
  color: #fff;
  padding: 0 15px;
  border-radius: 8px 0 0 8px;
}

.newsletter button {
  border: none;
  background: var(--green);
  color: #fff;
  border-radius: 0 8px 8px 0;
  cursor: pointer;
}

.footer-bottom {
  margin-top: 45px;
  padding-top: 22px;
  border-top: 1px solid rgba(255,255,255,.1);
  display: flex;
  justify-content: space-between;
  gap: 20px;
  font-size: 13px;
  color: #cfd4d1;
}

.socials a {
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}
