#google_maps_locations {
  width: 100;
  height: 700px;
}
#info_window_content {
  min-width: 300px;
  text-align: left;
}
#info_window_content .location_name,
.location_state {
  break-inside: avoid;
}
#info_window_content .location_name {
  font-size: 20px;
  font-weight: 900;
  color: #00a651;
}
#info_window_content .location_state {
  font-size: 15px;
  font-weight: 500;
}
#info_window_content p {
  text-align: left;
  margin: 0 5px;
}
#info_window_content .location_description {
  line-height: 25px;
}
