.b2b-steps__conclusion {
  margin: 3em 0 0;
}
.b2b-sub-section {
  margin-top: calc(var(--rem) * 50);
  padding-top: 0;
  padding-bottom: 0;
}
.b2b-times__wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--columng-gap);
}
.b2b-services {
  padding-top: calc(var(--rem) * 50);
}
.b2b-conclusion {
}
.b2b-conclusion__title {
  max-width: calc(var(--rem) * 1050);
  text-align: center;
  margin: 0 auto 1.5em;
  font-size: var(--h2-bigger-size);
}
.b2b-brand-color-text {
}
.b2b-conclusion__wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fit, calc(var(--rem) * 400));
  gap: 2em 4em;
  max-width: calc(var(--rem) * 880);
  margin: 0 auto;
  justify-content: center;
}
.b2b-conclusion__item {
  text-align: center;
}
.b2b-conclusion__upper-text {
  text-align: center;
  margin-bottom: 0;
}
.b2b-conclusion__link {
  font-size: var(--h2-text-size);
  font-weight: 700;
}
