/* RC Carousel width tweaks (added 2026-03-24)
   Goal: make carousel images/section less wide on large screens while staying responsive.
*/

.rc-carousel-wrap{
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
}
