h2{
  text-align: center;
  padding-bottom: 1rem;
}
p {
  margin: 0 auto;
  width: clamp(100px, 80%, 700px);
  text-align: center;
  padding-bottom: 1rem;
}
.container{
  margin-top: 1rem;
  margin-bottom: 6rem;
  position: relative;
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 6rem;
  padding-bottom: 2rem;
  padding-top: 2rem;
}
.location-section{
  width: 100%;
  text-align: center;
}
.location-section p{
  padding-bottom: 2rem;
}
.location-section address{
  justify-content: center;
  display: grid;
}
.location-section a {
  display: flex;
  align-items: center;

  gap: 1rem;
  font-size: clamp(12px, 5vw, 20px);
  font-weight: 700;
  font-style: normal;
}
.location-section svg {
  width: clamp(5px, 6.4vw, 32px);
  height: auto;
}
.hours-section dl {
  font-size: 20px;
  display: grid;
  position: relative;
  grid-template-columns: auto 1fr;
  gap: 0.5rem;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.hours-section dl dt {
  font-weight: 500;
}