.des_footer {
  height: fit-content;
  width: 100%;
  background-color: black;
  color: white;
  margin-top: 40px;
  padding: 50px;
  position: relative;
  padding-bottom: 100px;
}

.cr {
  height: 60px;
  border-top: 1px solid rgba(255, 255, 255, 0.365);
  position: absolute;
  width: 100%;
  left: 0px;
  bottom: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  letter-spacing: 0.7px;
}

.name {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 1px;
}

.des {
  font-size: 30px;
}

.info_Section {
  width: 100%;
  height: fit-content;
  display: flex;
  justify-content: flex-start;
  margin-top: 20px;
  gap: 50px;
}

.info_title {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.7px;
  margin-bottom: 10px;
}

.info_info {
  font-size: 18px;
  letter-spacing: 0.7px;
  margin-bottom: 8px;
  color: rgba(255, 255, 255, 0.794);
  cursor: pointer;
}

@media screen and (max-width: 600px) {
  .info_Section {
    display: flex;
    flex-direction: column;
  }

  .des_footer {
    padding: 20px;
    padding-bottom: 80px;
  }

  .name {
    font-size: 14px;
  }

  .des {
    font-size: 20px;
  }
}
