@media (min-width: 1600px) {
  .ContactUs {
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
  }
}

.map-card {
  display: inline;
  flex: 1;
}

.info-card {
  width: 50%;
}

.ContactUs {
  min-height: 80vh;
  padding-top: 0;
  padding-left: 10vw;
  padding-right: 10vw;
  padding-top: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  padding-bottom: 100px;
}

.cuc {
  display: flex;
}

.info-section {
  padding-right: 50px;
}

.addressect {
  height: 100%;
  text-shadow: 2px 1px 4px rgba(0, 0, 0, 0);
}

.addressect h4 {
  font-size: 22px;
  letter-spacing: 0.019em;
  line-height: 2.25em;
  margin: 0;
}

.addressect p {
  font-size: 18px;
  letter-spacing: 0.021em;
  line-height: 1.5em;
  margin: 0;
}

.business-hours {
  display: flex;
}
.days {
  display: inline;
  margin-right: 50px;
}
.hours {
  display: inline;
}

#map {
  max-width: 100%;
  box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.137);
  border-radius: 5px;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

@media (max-width: 900px) {
  .cuc {
    display: flex;
    flex-direction: column-reverse;
  }
  .info-card {
    width: 100%;
    padding-bottom: 100px;
  }
}

@media (max-width: 700px) {
}
