#map-location {
  margin: 50px 0 0;
}

.map-img {
  display: flex;
  justify-content: center;
}

.map-title {
  font-size: 40px;
  font-weight: 500;
  margin-bottom: 30px;
}

.map-content p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 20px;
  line-height: 1.5;
}

.list-dot {
  font-size: 18px;
  background-color: #F27767;
  padding: 10px 19px;
  border-radius: 100px;
  margin-right: 15px;
  color: white;
}

@media only screen and (max-width: 968px) {
  .map-content p {
    font-size: 16px;
  }

  .map-title {
    font-size: 30px;
  }

  .map-img {
    overflow-x: scroll;
    justify-content: left;
  }
}

#deco-box {
  background: -webkit-gradient(linear, left top, left bottom, from(#FBC3A5), color-stop(41.15%, #F29082), color-stop(99.48%, #F27768));
  background: linear-gradient(180deg, #FBC3A5 0%, #F29082 41.15%, #F27768 99.48%);
  border-radius: 10px;
  width: 100%;
  height: 220px;
  position: relative;
  top: 20%;
  margin-top: -200px;
  margin-bottom: 60px;
  z-index: -1;
}