.fiveValues .c-heading__h3 .title {
  margin-top: 0;
}
.fiveValues .c-heading__h3 .title h3 {
  color: inherit;
}
.fiveValues .l-column__evenly {
  gap: var(--vw-size40);
}
@media screen and (max-width: 991px) {
  .fiveValues .l-column__evenly {
    gap: var(--vw-size16);
  }
}
.fiveValues .proudbook {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: var(--vw-size34);
  background: #efefef;
  padding: var(--vw-size34);
}
@media screen and (max-width: 991px) {
  .fiveValues .proudbook {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: var(--vw-size24);
    padding: var(--vw-size24);
  }
}/*# sourceMappingURL=brand.css.map */