/* Hive Virtual Tour */
/* .vr-tour-section.new-section {
  margin-top: 66px;
} */

.new-section .vt-section-content {
  max-width: 1024px;
  margin: 0 auto;
  padding-bottom: 20px;
}
.new-section .vt-section-content h2.section-title, 
.new-section .vt-section-content h3.section-subtitle{
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
}
.new-section .vr-tour-container {
  max-width: 1024px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.vr-tour-container .vt-img-wrapper {
  width: 100%;
  padding: 20px;
  text-align: center;
}

.vr-tour-container .vt-img-wrapper img {
  margin: 0 auto;
  max-width: 100%;
  height: 330px;
}

.vr-tour-container .vt-info-wrapper {
  width: 100%;
  padding: 20px;
}

.new-section .vr-tour-container .single-virtual-tour {
  border: 1px solid rgba(100, 179, 165, 0.502);
  display: flex;
  align-items: center;
  flex-flow: wrap;
  justify-content: center;
  text-align: center;
}

.vr-tour-container h3.vt-title {
  font-size: 1rem;
  text-transform: uppercase;
  margin-bottom: 0;
  font-weight: 700;
}

.vr-tour-container .vt-flp-info {
  margin-bottom: 16px;
}

.vr-tour-container .vt-btns {
  display: flex;
  gap: 16px;
  justify-content: center;
}

.vr-tour-container .vt-btns .btn {
  font-size: 1rem !important;
  line-height: 1;
  padding: 16px 15px;
  border-radius: 0;
  font-weight: 700 !important;
  border: 1px solid;
  border-radius: 0;
}

.vr-tour-container .vt-btns .btn i {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
  position: relative;

}

@media screen and (max-width: 767px) {
  .new-section .vr-tour-container {
  grid-template-columns: repeat(1, 1fr);
}
  .new-section .vr-tour-container {
    gap: 16px;
  }

  .new-section .vr-tour-container .single-virtual-tour {
    flex-direction: column;
  }

  .vr-tour-container .vt-img-wrapper {
    width: 100%;
    padding: 14px;
  }

  .vr-tour-container .vt-img-wrapper img {
    height: 196px;
  }

  .vr-tour-container .vt-info-wrapper {
    width: 100%;
    padding: 12px;
  }

  .vr-tour-container .vt-btns .btn {
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 6px;
    align-items: center;
  }

  .vr-tour-container h3.vt-title {
    font-size: 1.167rem;
  }

  .vr-tour-container .vt-btns .btn {
    font-size: 1.167rem !important;
  }
}