/* Tupelo Virtual tour */
.vr-tour-section.new-section {
  /* background: #e0f0ed; */
  /* padding-top: 40px; */
}
.new-section .vt-section-content{
  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 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.vr-tour-container .vt-img-wrapper {
  width: 100%;
  margin-bottom: 30px;
  text-align: center;
}
.vr-tour-container .vt-img-wrapper img {
  margin: 0 auto;
  max-width: 100%;
  object-fit: cover;
  height: 100%;
  width: 100%;
  height: 254px;
}
.vr-tour-container .vt-info-wrapper {
  text-align: left;
  width: 100%;
}
.new-section .vr-tour-container .single-virtual-tour {
  /* border: 1px solid #d3d3d3;
  background: #f0f7f6; */
  display: flex;
  flex-direction: column;
  padding: 15px;
}
.vr-tour-container h3.vt-title {
  font-size: 1.25rem;
  text-transform: uppercase;
  margin-bottom: 0;
  font-weight: 500;
}
.vr-tour-container .vt-flp-info {
  margin-bottom: 16px;
}

.vr-tour-container .vt-btns {
  display: flex;
  gap: 16px;
}
.vr-tour-container .vt-btns .btn {
 font-size: 0.875rem !important;
    line-height: 1;
    padding: 15px 25px;
    font-weight: 400 !important;
    text-transform: capitalize;
    border-radius: 2px;
    white-space: nowrap;
    display: flex;
    flex-direction: row-reverse;
    gap: 2px;
    align-items: center;
    border: 1px solid;
}
.vr-tour-container .vt-btns .btn i {
  font-size: 0.875rem;
  font-weight: 500;
  position: relative;
  top: 1px;
}

@media screen and (max-width: 767px) {
  .new-section .vr-tour-container {
    gap: 10px;
    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%;
 
  }
    .vr-tour-container .vt-img-wrapper img{
    height: 185px;
  }
  .vr-tour-container .vt-info-wrapper {
    width: 100%;
    padding: 12px 0;
  }
  .vr-tour-container .vt-flp-info {
    margin-bottom: 20px;
  }
  .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.5rem;
  }
  .vr-tour-container .vt-btns .btn {
    font-size: 1rem !important;
  }
  .vr-tour-container .vt-btns .btn i{
    font-size: 1rem;
  }
}
