.FooterCard {
  /* background-color: #FF5700; */
  background-color: black;
  display: flex;
  justify-content: center;
  flex-direction: column;
  height: 50vh;
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
}

.FooterHeader {
  font-weight: bold;
  font-size: 3vw;

  margin-bottom: 2.25rem;

  display: flex;
  justify-content: center;
}
.FooterHeader1 {
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  color: white;
  text-align: center;
  width: 50%;
}

.ContactUs {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.contactUs {
  padding: 0 25px;
  height: 50px;
  display: flex;
  font-size: 16px;
  border-radius: 25px;
  background-color: white;
  color: black;
  justify-content: center;
  align-items: center;
}

.footerList {
  display: flex;
  /* background-color: #FF5700; */
  background-color: black;
  color: white;
  font-family: Arial, Helvetica, sans-serif;
  justify-content: space-between;
  padding: 1rem;
}

.logo {
  padding-left: 10px;
  display: flex;
  flex: 2 0 0;
}
.numbers {
  flex: 2 0 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-right: 10ox;
  margin-right: 5px;
}

.navList {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 250px;
}

.navComponent {
  margin: 0 20px;
}
