.cd_footer {
  height: 150px;
  background-color: #68352f;
}

.cd_footer-ctn {
  max-width: 1720px;
  margin: auto;
  height: 150px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
}

.cd_footer-logo img {
  height: 90px;
}

.cd_footer-menu {
  display: flex;
  gap: 50px;
}

.cd_footer-menu-links,
.cd_footer-menu-legals {
  display: flex;
  flex-direction: column;
  justify-content: end;
}

.cd_footer-menu a {
  font-family: "Neue Montreal";
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  color: #ffffff;
}

@media (max-width: 1024px) {
  .cd_footer {
    height: initial;
  }
  .cd_footer-ctn {
    height: initial;
    flex-direction: column;
    gap: 20px;
  }
  .cd_footer-menu {
    flex-direction: column;
    gap: 0px;
  }
  .cd_footer-menu a {
    text-align: center;
    font-size: 16px;
  }
}
