.brand-feature-content-title {
  color: var(--text-disabled);
  font-family: var(--font-primary);
  font-size: var(--text-sm);
  font-weight: bold;
  line-height: 20px;
}

.brand-feature-content-description {
  color: var(--text-disabled);
  font-family: var(--font-primary);
  font-size: var(--text-xs);
  font-weight: normal;
  line-height: 16px;
}

.brand-features {
  padding: 0 15px;
}
.brand-features.margins-enabled {
  margin-top: 38px;
}
@media (min-width: 768px) {
  .brand-features.margins-enabled {
    margin-top: 64px;
  }
}
@media (min-width: 1024px) {
  .brand-features.margins-enabled {
    margin-top: 60px;
  }
}
@media (min-width: 1440px) {
  .brand-features.margins-enabled {
    margin-top: 100px;
  }
}
.brand-features .experience-region {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

/* stylelint-disable-next-line */
.experience-assets-brandFeature {
  width: 100%;
  /* stylelint-disable-next-line */
}
.experience-assets-brandFeature:not(:first-of-type) {
  margin-top: 45px;
}
@media (min-width: 1024px) {
  .experience-assets-brandFeature {
    width: calc(20% - 10px);
  }
  .experience-assets-brandFeature:not(:first-of-type) {
    margin-top: 0;
  }
}

.brand-feature {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.brand-feature-image-container {
  margin-right: 23px;
}
@media (min-width: 1024px) {
  .brand-feature-image-container {
    margin-right: 13px;
  }
}

.brand-feature-image {
  max-width: 40px;
}

.brand-feature-content-title {
  margin-bottom: 0;
}

.brand-feature-content-description {
  margin: 15px 0 0;
}

/**
* @description Iterates over the $space-gap values and creates a class for each one.
* @param {list} $space-gap - A list of space gap values.
*/
.gap-8 {
  gap: 8px;
}

.gap-16 {
  gap: 16px;
}

.gap-24 {
  gap: 24px;
}

.link-brand-feature:hover {
  text-decoration: none;
}

.brand-features.margins-enabled {
  margin: 35px auto;
}
@media (min-width: 768px) {
  .brand-features.margins-enabled {
    margin: 60px auto;
  }
}

/* stylelint-disable-next-line */
.experience-assets-brandFeature {
  margin-top: 40px;
  width: calc(50% - 10px);
  /* stylelint-disable-next-line */
}
@media (min-width: 1024px) {
  .experience-assets-brandFeature {
    width: calc(20% - 10px);
  }
  .experience-assets-brandFeature:first-of-type {
    margin-top: 0;
  }
}
.experience-assets-brandFeature .brand-feature {
  display: block;
  text-align: center;
  /* stylelint-disable-next-line */
}
.experience-assets-brandFeature .brand-feature .brand-feature-image-container {
  margin: 0 0 10px;
}
@media (min-width: 1024px) {
  .experience-assets-brandFeature .brand-feature {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: left;
  }
  .experience-assets-brandFeature .brand-feature .brand-feature-image-container {
    margin-right: 23px;
  }
}

.brand-feature-content-title {
  display: block;
  font-family: "FinalSix-medium", sans-serif;
  font-size: 1rem;
  margin-bottom: 5px;
}

.brand-feature-content-description {
  display: none;
  font-family: "FinalSix-book", sans-serif;
  font-size: 0.75rem;
  margin: 0;
}
@media (min-width: 1024px) {
  .brand-feature-content-description {
    display: inline-block;
  }
}

/*# sourceMappingURL=brandFeatures.css.map*/