.nearby-section {
  padding: 104px 0;
}
@media (max-width: 1550px) {
  .nearby-section {
    padding: 80px 0;
  }
}
@media (max-width: 1299px) {
  .nearby-section {
    padding: 60px 0;
  }
}
@media (max-width: 991px) {
  .nearby-section {
    padding: 48px 0;
  }
}
.nearby-section .nearby-title {
  max-width: 1212px;
  margin-bottom: 48px;
}
.nearby-section .nearby-title h2 {
  margin: 0;
}
@media (max-width: 767px) {
  .nearby-section .nearby-title {
    margin-bottom: 24px;
  }
  .nearby-section .nearby-title h2 {
    font-size: 24px;
  }
}
.nearby-section .nearby-wrapper {
  display: flex;
  gap: 40px;
}
@media (max-width: 991px) {
  .nearby-section .nearby-wrapper {
    flex-direction: column-reverse;
  }
}
@media (max-width: 767px) {
  .nearby-section .nearby-wrapper {
    gap: 24px;
  }
}
.nearby-section .nearby-wrapper .nearby-left {
  max-width: 600px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (max-width: 991px) {
  .nearby-section .nearby-wrapper .nearby-left {
    max-width: 100%;
  }
}
.nearby-section .nearby-wrapper .nearby-left .nearby-item {
  display: flex;
  align-items: center;
  gap: 24px;
  background: #f7f6f5;
  padding: 24px;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
}
@media (max-width: 767px) {
  .nearby-section .nearby-wrapper .nearby-left .nearby-item {
    padding: 16px;
  }
}
.nearby-section .nearby-wrapper .nearby-left .nearby-item .nearby-img {
  width: 64px;
  height: 64px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.nearby-section .nearby-wrapper .nearby-left .nearby-item .nearby-disc h5 {
  font-size: 28px;
  line-height: 125%;
  letter-spacing: -0.02em;
  font-weight: 500;
  margin-bottom: 8px;
}
@media (max-width: 1550px) {
  .nearby-section .nearby-wrapper .nearby-left .nearby-item .nearby-disc h5 {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .nearby-section .nearby-wrapper .nearby-left .nearby-item .nearby-disc h5 {
    font-size: 20px;
  }
}
.nearby-section .nearby-wrapper .nearby-left .nearby-item .nearby-disc p {
  font-size: 20px;
  line-height: 125%;
  letter-spacing: -0.02em;
}
@media (max-width: 767px) {
  .nearby-section .nearby-wrapper .nearby-left .nearby-item .nearby-disc p {
    font-size: 16px;
  }
}
.nearby-section .nearby-wrapper .nearby-right {
  max-width: 800px;
  width: 100%;
}
@media (max-width: 991px) {
  .nearby-section .nearby-wrapper .nearby-right {
    max-width: 100%;
  }
}
.nearby-section .nearby-wrapper .nearby-right iframe {
  width: 100%;
  height: 100%;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
}
@media (max-width: 991px) {
  .nearby-section .nearby-wrapper .nearby-right iframe {
    height: 400px;
  }
}
@media (max-width: 767px) {
  .nearby-section .nearby-wrapper .nearby-right iframe {
    height: 276px;
  }
}
/*# sourceMappingURL=nearby_section.min.css.map */
