#resources-container {
  display: flex;
  justify-content: space-between;
  width: 100vw;
  height: 70vh;
}

#locations-list {
  width: 30%;
  overflow: scroll;
  max-height: 100%;
}

#map {
  height: 40rem;
  width: 70%;
}

.directions-logo {
  width: 1.4rem;
}

@media (max-width: 768px) {
  #resources-container {
    display: block;
    width: 100vw;
    height: 70vh;
  }
  #locations-list {
    margin: 1rem !important;
    width: 100%;
    max-height: 100%;
    overflow: scroll;
  }
  #map {
    width: 95%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
