.section-location-details{position:relative;background-color:var(--color-white)}.section-location-details__inner{display:grid;grid-template-columns:1fr 35em;gap:5em}@media (max-width:1024px){.section-location-details__inner{grid-template-columns:1fr;grid-template-rows:auto;gap:2em}}.section-location-details__inner h3{margin-bottom:1.5em}.section-location-details__hours ul{display:flex;flex-direction:column;gap:1em}.section-location-details__hours li{display:flex}@media (max-width:1024px){.section-location-details__hours li{justify-content:space-between}}.section-location-details__hours li div{width:50%;font-size:1.125em}@media (max-width:1024px){.section-location-details__hours li div{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}}