.container {
  margin: 32px 0;
}

.newDevGrid {
  /* width: 1360px !important; */
  margin: 0 auto;
}

.cardContainer {
  padding-top: 10px !important;
}

.cardContainerShift {
  padding-left: 10px !important;
}

.scrollableSection {
  overflow-y: auto;
  padding-right: 0px !important;
  padding-top: 0px !important;
  height: 80vh !important;
}

.mapContainer {
  position: relative;
  height: 100%;
  padding: 0px !important;
}

.card {
  height: 240px;
  /* border-radius: 5px; */
  background-color: #ffffff;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  position: relative;
  overflow: visible;
  border-radius: unset !important;
}

@media screen and (min-width: 320px) and (max-width: 449px) {
  .card {
    width: 100%;
  }
}
