.dar-chapter-state-events-map-block.container {
  margin-top: 50px; 
  margin-bottom: 50px;
}

.dar-chapter-state-events-map-block .toggle-wrapper {
  display: flex;
}

#cse_custom_map {
  width: 100%;
  height: 400px;
}

#cse_data {
  display: none;
}

.cse_custom_map-title {
  margin-bottom: 40px;
  text-align: center;
  max-width: 590px;
  margin: 0 auto;
  padding-bottom: 40px;
  color: #0A3257;
}

@media only screen and (max-width: 700px) {
  #cse_custom_map {
    height: 250px;
  }
}