#content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.samsung-map__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 750px;
  width: 80%;
  margin: 70px 0;
}
.smap img {
  max-width: none !important;
}
.samsung-map__sidebar {
  width: 30%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 13px 0;
  overflow: scroll;
  overflow-x: hidden;
}

.samsung-map__sidebar__item {
  background-color: whitesmoke;
  width: 90%;
  border-radius: 2%;
  padding: 20px;
  margin-top: 5px;
  margin-bottom: 5px;
}
.samsung-map__sidebar__item p {
  font-size: 12px;
  padding: 4px 0;
  margin-bottom: 0;
}
.samsung-map__sidebar__item h3 {
  font-size: 18px;
  margin-bottom: 0;
}

.samsung-map__sidebar__item button {
  background-color: rgb(39, 153, 247);
  border: none;
  border-radius: 3px;
  font-size: 16px;
  padding: 5px;
  font-weight: 600;
  color: white;
  cursor: pointer;
}

.samsung-map__sidebar__item button:hover {
  background-color: rgb(32, 124, 199);
}

.samsung-map {
  width: 70%;
}

.samsung-map .card-header,
.samsung-map .card-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}
.samsung-map .card-header {
  height: 150px !important;
}

.samsung-map .card-body p {
  font-size: 12px;
  margin-bottom: 0;
}

.samsung-map .card-body h4 {
  margin: 20px 0 0 0;
}

.samsung-map .card-header img {
  height: 100%;
}

.samsung-map__opening-hours {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 12px;
  padding: 4px 0;
}

.samsung-map__opening-hours strong {
  margin-right: 3px;
}

@media (max-width: 1000px) {
  .samsung-map__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .samsung-map__sidebar {
    width: 100%;
  }

  .samsung-map__container .samsung-map {
    width: 100%;
    height: 1000px;
    margin-top: 50px;
  }

  .samsung-map .card-header {
    height: 60px !important;
  }
}
