.place-items {
  margin-bottom: 3.64rem;
}
.place-item {
  text-align: center;
}
.place-item .icon {
  width: 2.73rem;
  height: 2.73rem;
  text-align: center;
  line-height: 2.73rem;
  margin: 0 auto;
}
.place-item .icon img {
  object-fit: contain;
}
.place-item h3 {
  font-size: 1.09rem;
  margin: 1.14rem 0 0.91rem;
}
.place-item p {
  color: #5C5C5C;
}
.place-item p a:hover {
  color: #C79B6B;
  text-decoration: underline;
}
.place-2 {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
#map {
  height: 500px;
  margin-bottom: 4.55rem;
  border-radius: 0.27rem 0.27rem 0.27rem 0.27rem;
}
#map img {
  max-width: none;
  width: auto;
  text-align: center;
}
@media only screen and (max-width: 1280px) {
  .place-items .place-item {
    width: 25%;
  }
}
@media only screen and (max-width: 640px) {
  .place-items {
    margin-bottom: 3rem;
    flex-direction: column;
  }
  .place-items .place-item {
    display: flex;
    align-items: center;
    width: 100%;
    margin-bottom: 0.91rem;
  }
  .place-items .place-item .icon {
    width: 2rem;
    height: 2rem;
  }
  .place-items .txt {
    width: calc(100% - 2rem);
    text-align: left;
    padding-left: 3%;
  }
  .place-items .txt h3 {
    margin: 0 0 0.45rem;
  }
  .place-items .place-2 {
    position: static;
    transform: translateX(0);
  }
  #map {
    height: 20rem;
  }
}
