/* =========================================================
nearby_restaurant
========================================================= */
@media (max-width: 1024px) {
  .nearby_restaurant .wrapper {
    max-width: 100%;
  }
}
@media (max-width: 1024px) {
  .nearby_restaurant .textWrap {
    max-width: 94%;
    margin-right: auto;
    margin-left: auto;
  }
}
@media (max-width: 767px) {
  .nearby_restaurant .textWrap {
    max-width: 90%;
  }
}
.nearby_restaurant h2.secTitle02 {
  font-size: 2.4rem;
  color: #000;
  margin-bottom: 35px;
  text-transform: capitalize;
}
@media (max-width: 1024px) {
  .nearby_restaurant h2.secTitle02 {
    font-size: 1.8rem;
    margin-bottom: 20px;
  }
}
.nearby_restaurant .lead.secTitle02 {
  color: #4d4d4d;
  margin-bottom: 25px;
}
.nearby_restaurant .imgWrap {
  position: relative;
  margin-top: 30px;
  margin-bottom: 50px;
}
@media (max-width: 1024px) {
  .nearby_restaurant .imgWrap {
    margin-top: 25px;
    margin-bottom: 30px;
  }
}
.nearby_restaurant .imgWrap p {
  position: absolute;
  bottom: 18px;
  right: 25px;
  text-shadow: 1px 1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, -1px -1px 0 #fff;
  font-weight: bold;
}
@media (max-width: 1024px) {
  .nearby_restaurant .imgWrap p {
    bottom: 5px;
    right: 12px;
  }
}
.nearby_restaurant .imgWrap .imgInner {
  display: flex;
}
.nearby_restaurant .imgWrap .imgInner img {
  width: 25%;
}
.nearby_restaurant iframe {
  height: 557px;
  width: 100%;
}
@media (max-width: 1024px) {
  .nearby_restaurant iframe {
    height: 331px;
  }
}/*# sourceMappingURL=nearby_restaurant.css.map */