.o-location-screen {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 56px;
  width: 100%;
}
.o-location-screen__map {
  width: 100%;
  height: 360px;
  overflow: hidden;
  border-radius: 4px;
}
.o-location-screen__map iframe {
  width: 100%;
  height: 100%;
  border: 0 none;
}
.o-location-screen__text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 36px;
  width: 100%;
  padding: 0 4px;
}
.o-location-screen__text-section {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 12px;
  width: 100%;
}
.o-location-screen__text-section-title {
  color: #333333;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
}
.o-location-screen__text-section-body {
  color: #555555;
  font-size: 14px;
  line-height: 1.75;
}
/*# sourceMappingURL=a92925c6e6df505a4eae5c92f01b1f01bd342c94.LocationScreen.scss.map */
