/* Acacia virtual tour */
.new-section.vr-tour-section h2.section-title,
.new-section.vr-tour-section h3.section-subtitle{
   margin-right: auto;
  margin-left: auto;
}
.new-section .vt-section-content{
  max-width: 1276px;
  margin: 0 auto;
  padding-bottom: 20px;
}
.new-section .vr-tour-container {
  max-width: 1276px;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 24px;
}
.new-section .vr-tour-container .single-virtual-tour {
  border: 1px solid rgba(100, 179, 165, 0.50);
  display: flex;
  align-items: center;
}
.vr-tour-container .vt-img-wrapper {
  width: 50%;
  padding: 20px 46px;
  text-align: center;
   height: 370px;
}
.vr-tour-container .vt-img-wrapper img {
  margin: 0 auto;
  max-width: 100%;
  width: 100%;
  height: 100%;
  object-fit: cover; 
}
.vr-tour-container .vt-info-wrapper {
  width: 50%;
  padding: 20px 32px;
}

.vr-tour-container h3.vt-title {
  font-size: 1.112rem;
  text-transform: uppercase;
  margin-bottom: 0;
  font-weight: 600;
}
.vr-tour-container .vt-flp-info {
  margin-bottom: 46px;
}
.vr-tour-container .vt-btns {
  display: flex;
  gap: 16px;
}
.vr-tour-container .vt-btns .btn {
  font-size: 0.778rem !important;
  line-height: 1;
  padding: 14px 11px;
  border-radius: 0;
  font-weight: 500 !important;
  text-transform: capitalize;
}
.vr-tour-container .vt-btns .btn.schedule-tour-btn {
  font-weight: 600;
  border-radius: 4px;
}
.vr-tour-container .vt-btns .btn i {
  font-size: 0.8rem;
    font-weight: 600;
    line-height: 1;
    position: relative;
    top: 2px;
}

@media screen and (max-width: 992px) {
.vr-tour-container .vt-img-wrapper,
.vr-tour-container .vt-info-wrapper
{
  padding: 20px;
}
}

@media screen and (max-width: 767px) {
  .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-info-wrapper {
    width: 100%;
    padding: 12px;
  }
  .vr-tour-container .vt-flp-info {
    margin-bottom: 20px;
  }
  .vr-tour-container .vt-img-wrapper{
    height: 250px;
  }
  .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: 1rem !important;
  }
}
