@media all{.location-item{display: flex;align-items: flex-start;align-content: center;margin-bottom: 50px;flex-direction: row;justify-content: space-between;}.location-map{flex-grow: 3;max-width: 570px;min-width: 200px;flex-basis: 100%;flex-shrink: 0;aspect-ratio: 2/1;}.location-copy{width: 100%;flex-grow: 0;flex-basis: auto;flex-shrink: 1;margin-right: 20px;margin-bottom: 50px;}}@media screen and (max-width: 960px){}@media screen and (max-width: 760px){.location-item{display: flex;flex-wrap: wrap;align-items: flex-start;align-content: center;margin-bottom: 50px;flex-direction: row;justify-content: space-between;}}@media screen and (max-width: 480px){}