.property-title {
  padding: 0.7rem;
  border-top: #096fc8 2px solid;
  border-bottom: #096fc8 2px solid;
}

.carousel {
  background-color: #000;
}

.carousel-item {
  height: 40rem;
}
.carousel-item img {
  height: 40rem;
  object-fit: contain;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
  width: 40px;
  height: 40px;
  background-color: #070707;
  border-radius: 50%;
  background-size: 20px 20px;
}

.modal-body {
  padding: 4px;
}

.h-icon {
  width: 1.5rem;
  height: 1.5rem;
  opacity: 1;
  vertical-align: text-top;
  margin-right: 0.4rem;
}

.st0 {
  fill: #4b4b4b;
}

.section-title {
  border-bottom: #096fc8 2px solid;
}

.youtube-box {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.youtube-box iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (max-width: 992px) {
  .carousel-item {
    height: 30rem;
  }
  .carousel-item img {
    height: 30rem;
    object-fit: contain;
  }
}

@media (max-width: 576px) {
  .carousel-item {
    height: 20rem;
  }
  .carousel-item img {
    height: 20rem;
    object-fit: contain;
  }

  .table-bordered th,
  .table-bordered td {
    display: block;
    width: 100%;
  }
  .carousel-control-next-icon,
  .carousel-control-prev-icon {
    width: 30px;
    height: 30px;
    background-color: #070707;
  }
}
