.footer {
  max-width: 1920px;
  margin: 0 auto;
  padding: 0 0px;
  background: linear-gradient(
    90deg,
    rgba(73, 169, 255, 0.2) 0%,
    rgba(252, 124, 217, 0.2) 100%
  );
}

.footer-container {
  padding: 60px 0 40px 0;
  gap: 40px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex-direction: column;
  border-bottom: 1px solid #d3cbd9;
}

.footer-list {
  display: flex;
  flex-wrap: wrap;
  gap: 60px;
  padding: 0 15px;
  margin: 0;
  list-style: none;
}

.footer-item {
  font-weight: 400;
  line-height: 130%;
  cursor: pointer;
}

.footer-text {
  text-decoration: none;
  color: #535755;
}

.footer-container-end {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  margin-top: 40px;
}

.footer-end {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 40px;
  color: #858e8a;
}
