.footer {
  background: #fff2ed;
}
.footer_wrapper {
  padding: 40px 120px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.get_touch_link {
  display: flex;
  gap: 63px;
  align-items: center;
  padding: 20px 0;
  border-bottom: 0.5px solid #3e3331;
}
.get_touch {
  width: 33.33%;
}
.get_touch h3 {
  color: #101010;
  font-weight: 600;
  font-size: 32px;
  line-height: 40px;
  letter-spacing: 0%;
  margin-bottom: 8px;
}
.get_touch p {
  color: #555555;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 0%;
  margin-bottom: 0;
}
.links_div {
  width: 66.66%;
  display: flex;
  align-items: center;
  gap: 40px;
}
.link_div {
  width: 50%;
  cursor: pointer;
  background-color: #fec1aa;
  height: 48px;
  justify-content: space-between;
  display: flex;
  border-radius: 50px;
  padding: 8px 20px;
}
.link_icon {
  display: flex;
  align-items: center;
  gap: 8px;
}
.link_icon span {
  color: #555555;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 0%;
}
.all_nudiminds_links {
  display: flex;
  justify-content: space-between;
  gap: 40px;
}
.nudiminds_address h4 {
  color: #101010;
  font-weight: 600;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0%;
  margin-bottom: 20px;
}
.nudiminds_address p {
  color: #555555;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
  margin-bottom: 32px;
}
.social_links {
  display: flex;
  align-items: center;
  gap: 16px;
}
.nudiminds_links h6 {
  color: #101010;
  font-weight: 600;
  font-size: 18px;
  line-height: 20px;
  letter-spacing: 0%;
  margin-bottom: 16px;
}
.nudiminds_links ul {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.nudiminds_links ul li a {
  color: #555555;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0%;
}
.copy_right {
  border-top: 0.5px solid #3e3331;
  padding: 18px 16px;
  text-align: center;
  color: #101010;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0%;
}

@media only screen and (min-width: 1440px) and (max-width: 1900px) {
  .footer_wrapper {
    padding: 40px 80px;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1439px) {
  .footer_wrapper {
    padding: 40px 60px;
  }
  .get_touch_link {
    gap: 40px;
  }
  .links_div {
    gap: 30px;
  }
  .link_div {
    padding: 8px 16px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1279px) {
  .footer_wrapper {
    padding: 40px 40px;
  }
  .get_touch_link {
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
  }
  .links_div,
  .get_touch,
  .link_div {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer_wrapper {
    padding: 40px 32px;
  }
  .get_touch_link {
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
  }
  .get_touch {
    width: 100%;
  }
  .links_div {
    width: 100%;
    gap: 30px;
  }
  .link_icon span {
    font-size: 16px;
  }
  .all_nudiminds_links {
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .footer_wrapper {
    padding: 40px 20px;
  }
  .get_touch_link {
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
  }
  .get_touch {
    width: 100%;
  }
  .links_div {
    width: 100%;
    flex-direction: column;
  }
  .link_div {
    width: 100%;
  }
  .all_nudiminds_links {
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 280px) and (max-width: 575px) {
  .footer_wrapper {
    padding: 40px 16px;
  }
  .get_touch_link {
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
  }
  .get_touch {
    width: 100%;
  }
  .links_div {
    width: 100%;
    flex-direction: column;
  }
  .link_div {
    width: 100%;
  }
  .all_nudiminds_links {
    flex-direction: column;
  }
  .link_icon span {
    font-size: 16px;
  }
}
