.map-container {
  display: flex;
  justify-content: center;
  margin: 20px 0;
}

iframe {
  border: 0;
  width: 80%;
  height: 450px;
}

.business-hours {
  margin-left: 10%;
  margin-right: 10%;
  text-align: left;
}

.business-hours ul {
  margin: 10px 0;
  padding: 0;
  list-style: none;
}

.business-hours li {
  margin-bottom: 5px;
  font-size: 1.3em;
  color: #f5f5f5;
}

.business-hours li strong {
  color: #ffffff;
}

.business-hours .closed {
  color: #ff6666;
  font-weight: bold;
}

.business-hours h3 {
  color: #ffffff;
  margin-bottom: 20px;
  text-align: left;
  font-size: 1.5rem;
}

@media (max-width: 1024px) {
  iframe {
    width: 90%;
    height: 400px;
  }
}

@media (max-width: 768px) {
  .business-hours {
    margin-left: 2.5%;
    margin-right: 2.5%;
    text-align: center;
  }

  .business-hours li {
    font-size: 1em;
  }

  .business-hours h3 {
    font-size: 1.3em;
    text-align: center;
  }

  iframe {
    width: 95%;
    height: 350px;
  }
}

@media (max-width: 480px) {
  iframe {
    height: 300px;
  }
}

@media (min-width: 1920px) {
  .business-hours li {
    font-size: 2em;
  }

  .business-hours h3 {
    font-size: 2em;
  }

  iframe {
    height: 800px;
  }
}
