.footer {
  border-radius: 90px 90px 0px 0px;
  background: var(--grey-color);
  padding: 50px 0;
  z-index: 2;
  position: relative;
  margin-top: -85px;
}
.newsletter {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 100px;
}
.newsletter-left {
  display: flex;
  justify-content: space-between;
}
.newsletter-left h3 {
  font-weight: 700;
  line-height: 1.2;
}
.newsletter-left a {
  margin-right: 50px;
  display: block;
}
.newsletter-left p {
  margin-bottom: 0;
}
.footer .newsletter-left p{
	font-size: 1rem;
	line-height: 1.2;
}
.footer-nav {
  font-family: var(--inter-font-family);
}
.footer-nav h4, .footer-nav h4 a {
  color: var(--default-blue);
  margin-bottom: 15px;
  font-weight: 700;
}
.footer-nav h4 a{
	text-decoration: none;
}
.footer-nav ul {
  list-style: none;
  padding: 0;
  margin: 0 0 40px;
}
.footer-nav ul li {
  margin-bottom: 10px;
}
.footer-nav ul li a {
  color: var(--black-color);
  line-height: 20px;
  text-decoration: none;
  font-size: 0.875rem;
}
.footer-nav ul li a:hover {
  color: var(--default-blue);
}
.proud-members {
  display: flex;
  width: 100%;
  max-width: 440px;
  flex-direction: column;
  align-items: flex-start;
  align-items: flex-start;
  flex-shrink: 0;
  border-radius: 8px;
  background: rgba(102, 102, 102, 0.05);
  padding: 30px;
  color: var(--black-color);
}
.proud-members h4 {
  color: var(--black-color);
  margin-bottom: 28px;
  line-height: 1.2;
}
.proud-members a {
  margin-bottom: 20px;
  display: flex;
  width: 100%;
}
.proud-members a img {
  width: auto;
  max-width: 80%;
  height: auto;
  object-fit: contain;
}
.proud-members a:first-of-type img {
  max-width:100%;
}
.proud-members a.member-2 img{
	max-width: 50%;
}
.navigating-sustainability {
  margin-bottom: 50px;
}
.sustainability-box {
  align-items: center;
  display: flex;
  justify-content: center;
  height: 163px;
  width: max-content;
  padding: 0 35px;
  font-size: 6.25rem;
  color: var(--dark-gray-50);
  position: relative;
  font-weight: 700;
}
.sustainability-box::after {
  position: absolute;
  left: -5px;
  top: 50%;
  margin-top: -6px;
  width: 13px;
  height: 13px;
  border-radius: 100px;
  background-color: var(--dark-gray-50);
  content: "";
}
.sustainability-box:hover::after {
  background-color: var(--default-blue);
}
.sustainability-box:hover {
  color: var(--default-blue);
}
.copyright {
  display: flex;
  justify-content: space-between;
  color: var(--gray28);
  font-size: 0.75rem;
  align-items: center;
  gap: 12px;
}
.copyright p {
  margin-bottom: 0;
}
.copyright .social-media a {
  display: inline-block;
  text-decoration: none;
  color: #474747;
  transition: all 0.3s ease;
  line-height: 12px;
}
.copyright .social-media a:not(:last-child) {
  margin-right: 5px;
  padding-right: 6px;
  border-right: 1px solid #474747;
}
.copyright .social-media a:hover {
  color: #0d6efd;
}
a.sitemap {
  color: #474747;
  text-decoration: none;
}
a.sitemap:hover {
  color: rgb(13, 110, 253);
}
.copyright p,
.copyright .social-media:first-child a {
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
}
@media only screen and (max-width: 991px) {
  .copyright {
    flex-wrap: wrap;
  }
  .copyright p {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .footer {
    border-radius: 30px 30px 0px 0px;
  }
  .newsletter-left h3 {
    font-size: 1.5rem;
    margin-bottom: 8px;
  }
  .newsletter-left p {
    margin-bottom: 20px;
  }
  .footer-nav h4,.footer-nav h4 a {
    font-size: 1.25rem;
  }
  .footer-nav ul li a {
    line-height: 20px;
  }
  .proud-members {
    max-width: 100%;
    margin-top: 100px;
  }
  .navigating-sustainability {
    margin: 40px 0px;
  }
  .sustainability-box {
    font-size: 3.125rem;
    line-height: 1.2;
    height: auto;
  }
	.footer .newsletter-left p{
		font-size: 0.75rem;
	}
}
