.benefitBanner__title {
  text-transform: none !important;
}

.filter-section h4 {
    text-transform: none !important;
}

.filters-wrapper .slider-wrapper h4 {
    text-transform: none !important;
}

h4, .h4 {
        font-size: 18px;
}

.benefitBanner.position--benefitHomepage {
  max-width: var(--container-width, 1200px);
  margin: 50px auto 50px;
}
#carousel .carousel-overlay { border-radius: inherit; }

.welcome .contact-address { margin: 0; }
.welcome .contact-address__content { padding: 0; }

.welcome .welcome-stack {
  margin: 0px 0 50px;
}

.welcome .welcome-banner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 80px;

  background: #f5f6f6;
  border-radius: 20px;
  padding: 50px 50px;
}

.welcome .left,
.welcome .right {
  flex: 1;
}

.welcome img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 20px;
}

.welcome p {
  font-size: 18px;
  line-height: 1.75;
}

.welcome h3 {
  font-size: 18px;
  font-weight: 700;
  margin: 20px 0 10px;
}

.welcome {
  background: none !important;
}

.plus-gallery-item {
  border-radius: 20px !important;
  overflow: hidden !important;
}

.plus-gallery-item > a {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  border-radius: 20px !important;
  overflow: hidden !important;
}

.plus-gallery-item img {
  border-radius: 20px !important;
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  margin-bottom: 0 !important;
}

.contact-grid {
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.contact-row {
  display: flex;
  gap: 60px;
  align-items: stretch;
  background: #f5f6f6;
  border-radius: 20px;
  padding: 50px;
}

.contact-col {
  flex: 1;
  min-width: 0;
}

.contact-map iframe {
  display: block;
}

.contact-showroom .contact-address__left-panel,
.contact-billing .contact-address__left-panel {
  margin: 0;
}

.contact-actions {
  margin-top: 18px;
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.contact-row .contact-address__content { padding: 0 !important; }
.contact-row .contact-address { margin: 0 !important; }

@media (min-width: 1200px) {
  .welcome .container {
    width: 1378px !important;
  }
}

@media (max-width: 768px) {
  body,
  .content-wrapper,
  .content-wrapper-in,
  main.content {
    background: #ffffff !important;
  }

  .welcome-wrapper,
  .welcome-wrapper .content-wrapper-in,
  .welcome-wrapper .container,
  .welcome-wrapper .row {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

.welcome .welcome-banner { width: 100% !important; margin: 0 !important; }
  
  .welcome .welcome-stack {
    margin: 0px 0 20px;
  }

  .welcome .welcome-banner {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    padding: 20px 20px;
    border-radius: 20px;
  }

  .welcome .welcome-banner .left,
  .welcome .welcome-banner .right {
    width: 100%;
    flex: none;
  }

  .welcome .welcome-stack.img-right .right { order: 1; }
  .welcome .welcome-stack.img-right .left  { order: 2; }

  .welcome .welcome-stack.img-left .left   { order: 1; }
  .welcome .welcome-stack.img-left .right  { order: 2; }

  .welcome .welcome-banner img {
    width: 100%;
    max-width: 100%;
    position: static;
    left: auto;
    transform: none;
    border-radius: 20px;
  }

  .welcome .welcome-banner .btn {
    align-self: flex-start;
    margin-top: 14px;
  }
}

@media (max-width: 768px) {
  .contact-row {
    flex-direction: column;
    gap: 18px;
    padding: 22px;
  }

  .contact-showroom { order: 1; }
  .contact-map      { order: 2; }
  .contact-billing  { order: 3; }
  .contact-form     { order: 4; }

  .contact-map iframe {
    height: 320px !important;
  }
}

@media (min-width: 992px) {
    .welcome {
        padding: 20px 10px 20px 10px;
    }
}