.gallery-card {
  flex: 0 0 calc(50% - 12px);
  max-width: calc(50% - 12px);
  height: 100%;
}
.new-section.gallery-section .content-wrapper .intro-heading {
  text-align: center;
  padding-bottom: 25px;
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
}
.new-section.gallery-section .filter-categories-wrapper a.filter-btn{
  min-width: 212px;
  font-size: 1rem;
  font-weight: 400;
  border-radius: 30px;
  background-color: #F4F4F4;
  border:  2px solid;
  border-color: #E8E8E8;
}
.new-section.gallery-section .filter-categories-wrapper a.filter-btn.active{
  background-color: #FFFFFF;
  border-width: 3px;
}
.gallery-card:last-child:nth-child(2n+1) {
  flex: 0 0 100%;
  max-width: 100%;
}
.vr-tour-container .single-virtual-tour .gallery-video-link{
  display: flex;
  align-items: center;
  width: 100%;
  outline: none;
}
.vt-info-wrapper .vt-btns .btn svg{
  width: 10px;
}
.gallery-section .content-wrapper .intro-heading{
  text-align: center;
}
select {
  background-image: url(../images/arrow-down.svg) !important; }

@media (max-width: 768px) {
  .gallery-card,
  .gallery-card:last-child:nth-child(2n+1) {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
  .gallery-card img {
    aspect-ratio: auto;   /* Allow natural ratio or set a max-height if you wish */
    max-height: 400px;
  }
   .vr-tour-container .single-virtual-tour .gallery-video-link {
        flex-direction: column;
    }
     .new-section.gallery-section .filter-categories-dropdown select{
      padding: 16px;
      background-image: url(../../../../swifty-icons/arrow-down-black.svg) !important;
    }
}