.map {
  width: 75%;
  height: 350px;
}

.search_selectors {
  margin: 0;
}

.social-list img {
  max-width: 40px;
}

@media screen and (max-width: 768px) {
  .map {
    width: 100%;
  }
  .search_selectors {
    margin-bottom: 25px;
  }
}
