@media (min-width: 992px) {
    .about-heading .about-heading-img {
      position: relative;
      z-index: 0;
    }
    .about-heading .about-heading-content {
      margin-top: -5rem;
      position: relative;
      z-index: 1;
    }
}

.bg-faded {
    background-color: #f6e1c5;
}

.rounded {
    border-radius: 0.25rem !important;
}

.section-heading {
    text-transform: uppercase;
    display: block;
    font-size: 1rem;
    font-weight: 800;
}

.presentation {
    width: 74%;
    margin-left: 13%;
}

.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}

.showroom-tile {
    padding: 0;
    min-height: 250px;
}

.font-weight-bold {
    font-weight: 700 !important;
}

