#footer-grownu-newlanding .footer-block-first {
  width: 360px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-top: 70px;
}

#footer-grownu-newlanding .footer-block {
  width: auto;
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-top: 70px;
}

#footer-grownu-newlanding .footer-title {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 22.4px;
  text-align: left;
  margin-bottom: -8px;
}

#footer-grownu-newlanding .footer-text {
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 25.2px;
  text-align: left;
  color: rgba(18, 17, 39, 0.56);
}

#footer-grownu-newlanding .footer-category {
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 23.8px;
  letter-spacing: 0.8px;
  text-align: left;
  color: rgba(18, 17, 39, 0.4);
}

#footer-grownu-newlanding .footer-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer-grownu-newlanding .footer-list li + li {
  margin-top: 10px;
}

#footer-grownu-newlanding .footer-list li a {
  display: block;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  color: rgba(18, 17, 39, 0.72);
  text-decoration: none;
  overflow-wrap: anywhere;
  word-break: normal;
  hyphens: auto;
}

#footer-grownu-newlanding .footer-list li a:hover {
  color: #121127;
}

#footer-grownu-newlanding .footer-icons img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
}

#footer-grownu-newlanding .footer-line-web {
  background: rgba(18, 17, 39, 0.12);
  width: 100%;
  height: 1px;
  margin: 24px auto;
}

#footer-grownu-newlanding .footer-bottom {
  text-align: center;
  padding: 0px 0px 24px 0px;
  width: 100%;
}

#footer-grownu-newlanding .footer-bottom p {
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 25.2px;
  color: rgba(18, 17, 39, 0.56);
  margin: 0;
}

#footer-grownu-newlanding .social-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 15px;
  align-items: center;
}

#footer-grownu-newlanding .social-list li {
  display: inline-block;
}

#footer-grownu-newlanding .social-list a {
  font-size: 24px;
  color: rgb(95, 128, 174);
  transition: color 0.3s;
  text-decoration: none;
}

#footer-grownu-newlanding .social-list a:hover {
  color: rgb(16, 114, 206);
}

#footer-grownu-newlanding .logo img,
#footer-grownu-newlanding .logo img{
    width: 129.70px;
    height: 37.44px;
  }