.top-bar-contact-info.top-bar-contact-phone span {
    display: inline-block !important;
}
.taxonomy-grids-module-v5 .taxonomy-item, .taxonomy-grids-module-v5 .taxonomy-item .taxonomy-link {
    position: relative !important;
    aspect-ratio: 1  !important;
    padding-bottom: 0  !important;
}
.taxonomy-text-wrap {
    padding: 1.125rem !important;
}
.taxonomy-grids-module-v5 .taxonomy-item .taxonomy-link:hover .taxonomy-text-wrap, .taxonomy-grids-module-v5-slider .taxonomy-item .taxonomy-link:hover .taxonomy-text-wrap {
    opacity: 1 !important;
}
.taxonomy-grids-module-v5 .taxonomy-text-wrap .taxonomy-title, .taxonomy-grids-module-v5-slider .taxonomy-text-wrap .taxonomy-title {
    text-align: left!important;
    font-size: 1.25rem!important;
    line-height: 1.25!important;
}
.houzez-desktop-layout-2cols {
  -ms-grid-columns: (minmax(0,1fr))[2]!important;
  grid-template-columns: repeat(2, minmax(0,1fr))!important;
}

.houzez-desktop-layout-3cols {
  -ms-grid-columns: (minmax(0,1fr))[3]!important;
  grid-template-columns: repeat(3, minmax(0,1fr))!important;
}

.houzez-desktop-layout-4cols {
  -ms-grid-columns: (minmax(0,1fr))[4]!important;
  grid-template-columns: repeat(4, minmax(0,1fr))!important;
}

.houzez-desktop-layout-5cols {
  -ms-grid-columns: (minmax(0,1fr))[5]!important;
  grid-template-columns: repeat(5, minmax(0,1fr))!important;
}

.houzez-desktop-layout-6cols {
  -ms-grid-columns: (minmax(0,1fr))[6]!important;
  grid-template-columns: repeat(6, minmax(0,1fr))!important;
}

.houzez-desktop-layout-7cols {
  -ms-grid-columns: (minmax(0,1fr))[7]!important;
  grid-template-columns: repeat(7, minmax(0,1fr))!important;
}

.houzez-desktop-layout-8cols {
  -ms-grid-columns: (minmax(0,1fr))[8]!important;
  grid-template-columns: repeat(8, minmax(0,1fr))!important;
}

@media (max-width: 991.98px) {
  .houzez-tablet-layout-1cols {
    -ms-grid-columns: (minmax(0,1fr))[1];
    grid-template-columns: repeat(1, minmax(0,1fr))!important;
    grid-row-gap: 0;
  }

  .houzez-tablet-layout-2cols {
    -ms-grid-columns: (minmax(0,1fr))[2];
    grid-template-columns: repeat(2, minmax(0,1fr))!important;
  }

  .houzez-tablet-layout-3cols {
    -ms-grid-columns: (minmax(0,1fr))[3];
    grid-template-columns: repeat(3, minmax(0,1fr))!important;
  }

  .houzez-tablet-layout-4cols {
    -ms-grid-columns: (minmax(0,1fr))[4];
    grid-template-columns: repeat(4, minmax(0,1fr))!important;
  }

  .houzez-tablet-layout-5cols {
    -ms-grid-columns: (minmax(0,1fr))[5];
    grid-template-columns: repeat(5, minmax(0,1fr))!important;
  }

  .houzez-tablet-layout-6cols {
    -ms-grid-columns: (minmax(0,1fr))[6];
    grid-template-columns: repeat(6, minmax(0,1fr))!important;
  }

  .houzez-tablet-layout-7cols {
    -ms-grid-columns: (minmax(0,1fr))[7];
    grid-template-columns: repeat(7, minmax(0,1fr))!important;
  }

  .houzez-tablet-layout-8cols {
    -ms-grid-columns: (minmax(0,1fr))[8];
    grid-template-columns: repeat(8, minmax(0,1fr))!important;
  }
}
@media (max-width: 767.98px) {
  .houzez-mobile-layout-1cols {
    -ms-grid-columns: (minmax(0,1fr))[1];
    grid-template-columns: repeat(1, minmax(0,1fr))!important;
    grid-row-gap: 0;
  }

  .houzez-mobile-layout-2cols {
    -ms-grid-columns: (minmax(0,1fr))[2];
    grid-template-columns: repeat(2, minmax(0,1fr))!important;
  }

  .houzez-mobile-layout-3cols {
    -ms-grid-columns: (minmax(0,1fr))[3];
    grid-template-columns: repeat(3, minmax(0,1fr))!important;
  }

  .houzez-mobile-layout-4cols {
    -ms-grid-columns: (minmax(0,1fr))[4];
    grid-template-columns: repeat(4, minmax(0,1fr))!important;
  }

  .houzez-mobile-layout-5cols {
    -ms-grid-columns: (minmax(0,1fr))[5];
    grid-template-columns: repeat(5, minmax(0,1fr))!important;
  }

  .houzez-mobile-layout-6cols {
    -ms-grid-columns: (minmax(0,1fr))[6];
    grid-template-columns: repeat(6, minmax(0,1fr))!important;
  }

  .houzez-mobile-layout-7cols {
    -ms-grid-columns: (minmax(0,1fr))[7];
    grid-template-columns: repeat(7, minmax(0,1fr))!important;
  }

  .houzez-mobile-layout-8cols {
    -ms-grid-columns: (minmax(0,1fr))[8];
    grid-template-columns: repeat(8, minmax(0,1fr))!important;
  }
}