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

.ContactUs {
  min-height: 500px;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  margin-top: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
}

.contactuscards {
  display: flex;
  justify-content: center;
  width: 95%;
}

.contactuscard {
  display: inline;
  min-width: 400px;
  justify-content: center;
}

.cuc {
  display: flex;
}

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

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

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

.mapcard {
  margin: 10px;
  max-width: 100%;
}
#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) {
  .addressect p {
    font-size: 12pt;
  }
  .addressect h4 {
    font-size: 18pt;
  }

  .ContactUs {
    padding: 5%;
    justify-content: center;
  }
  .contactuscards {
    display: flex;
    width: 95%;
  }
  .contactuscard {
    display: block;
    min-width: 500px;
    justify-content: center;
  }
  .blockcards {
    display: inline;
  }
  .cuc {
    display: block;
  }
}

@media (max-width: 700px) {
  .addressect p {
    font-size: 8pt;
  }
  .addressect h4 {
    font-size: 12pt;
  }
}
