.mag-branding-cat {
  max-width: 1180px;
  margin: 0 auto 3rem auto;
  padding: 2rem 15px 1rem;
  text-align: center;
}

.mag-branding-cat--has-bg {
  max-width: none;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 3rem 15px;
  color:#fff;
}

.inline-list li{
    font-size: 1.2em;
    font-weight: 500;
    text-transform: uppercase;
} 

.mag-branding-cat--has-bg h1,
.mag-branding-cat--has-bg li,
.mag-branding-cat--has-bg p, 
.mag-branding-cat--has-bg span {
  color:#fff!important;
  font-family: "ChaletComprime", Arial, Helvetica, sans-serif;
}


.mag-branding-cat--has-bg #_desktop_category_header h1{
  text-align:center;
}

.mag-branding-cat--has-bg h4
{
    font-size: 2em;
    text-transform: uppercase;
    text-align: center;
    font-weight: bolder;
}

.mag-branding-cat--has-bg > .container {
  max-width: 1180px;
}
.mag-branding-cat__grid {
  display: grid;
  gap: 2rem;
  justify-content: center;
  align-items: stretch;
}
.mag-branding-cat__grid--1 { grid-template-columns: minmax(0, 420px); }
.mag-branding-cat__grid--2 { grid-template-columns: repeat(2, minmax(0, 420px)); }
.mag-branding-cat__grid--3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.mag-branding-cat__image-card { text-align: center; }
.mag-branding-cat__image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}
.mag-branding-cat__image-title {
    margin: 1.4rem 0 .6rem;
    font-size: 1.8rem;
    font-weight: 100;    line-height: 1.8rem;
}}
.mag-branding-cat__image-desc,
.mag-branding-cat__box-desc,
.mag-branding-cat__html-text {
  font-size: 1rem;
  line-height: 1.65;
}
.mag-branding-cat__html-text {
  max-width: 1000px;
  margin: 2.6rem auto 2.8rem;
}
.mag-branding-cat__bottom { margin-top: 1rem; }
.mag-branding-cat__box {
  border: 2px solid #ff6600;
  padding: 2rem 1.5rem;
  background: #fff;
}
.mag-branding-cat__box-title {
  margin: 0 0 .8rem;
  font-size: 1rem;
  font-weight: 100;
}
@media (max-width: 991px) {
  .mag-branding-cat__grid--3 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 767px) {
  .mag-branding-cat { padding-top: 1.25rem; }
  .mag-branding-cat__grid,
  .mag-branding-cat__grid--1,
  .mag-branding-cat__grid--2,
  .mag-branding-cat__grid--3 {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  .mag-branding-cat__html-text { margin: 2rem auto; }
  .mag-branding-cat__box { padding: 1.5rem 1rem; }
}
.mag-branding-cat__html-text strong,
.mag-branding-cat__html-text b {
  font-weight: 100;
}

.inline-list {
  display: flex;
  position: relative;
  list-style: none;
  padding: 0;
  margin: 25px 0;
}

.inline-list::before {
  content: "";
  position: absolute;
  top: 6px;
  left: calc(100% / 6);
  right: calc(100% / 6);
  height: 2px;
  background: #fff;
  z-index: 0;
}

.inline-list li {
  flex: 1;
  position: relative;
  z-index: 1;
  padding-top: 28px;
  text-align: center;
}

.inline-list li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 14px;
  height: 14px;
  transform: translateX(-50%);
  /*border: 3px solid #111;*/
  border-radius: 50%;
  background: #fff;
}

.inline-list li.is-active::before {
  border-color: #009f9a;
  background: #009f9a;
}
