.location {
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  padding: 32px 20px 32px 24px;
  background: #effffa;
  width: 100%;
}
.location .title {
  margin-bottom: 15px;
}
.location .title p,
.location .title h1,
.location .title h2,
.location .title h3,
.location .title h4,
.location .title h5,
.location .title h6 {
  margin: 0px;
  color: #131313;
  font-family: "Source Sans 3 Medium", sans-serif;
  font-size: 27px;
  font-style: normal;
  line-height: 100%;
  letter-spacing: -0.27px;
}
.location .detail p,
.location .detail h1,
.location .detail h2,
.location .detail h3,
.location .detail h4,
.location .detail h5,
.location .detail h6 {
  margin: 0px;
  color: #5a5a59;
  font-family: "Aptos Regular", sans-serif;
  font-size: 18px;
  font-style: normal;
  line-height: 140%;
}
.location .footer {
  display: flex;
  align-items: end;
  gap: 8px;
  margin-top: 16px;
}
.location .footer p,
.location .footer h1,
.location .footer h2,
.location .footer h3,
.location .footer h4,
.location .footer h5,
.location .footer h6 {
  margin: 0px;
  color: #131313;
  font-family: "Source Sans 3 Medium", sans-serif;
  font-size: 18px;
  font-style: normal;
  line-height: 100%;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
.location .footer img {
  max-width: 20px;
  max-height: 20px;
}
@media (min-width: 768px) {
  .location {
    max-width: 631px;
  }
}
