.sb-build-with-trust__wrapper {
  padding: 0 0 clamp(50px, 50px + (150 - 50) * (100vw - 320px) / (1920 - 320), 150px);
  background: linear-gradient(to bottom, #0f0d14, #602c92);
}
.sb-build-with-trust__wrapper:after {
  content: "";
  position: absolute;
  background: url(../../assets/images/ready-to-build-bg.png) no-repeat;
  height: 60%;
  width: 60%;
  background-size: contain;
  left: 0;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  .sb-build-with-trust__wrapper:after {
    width: 85%;
    background-position: bottom;
  }
}
@media screen and (max-width: 767px) {
  .sb-build-with-trust__wrapper {
    min-height: 475px;
    background-size: cover;
    background-position: 38%;
    text-align: center;
  }
}
.sb-build-with-trust__wrapper .slides > span {
  margin-top: 0;
}
.sb-build-with-trust__wrapper .row {
  position: relative;
  z-index: 1;
}
.sb-build-with-trust__title {
  color: var(--color-white);
  margin-bottom: clamp(100px, 100px + (180 - 100) * (100vw - 320px) / (1920 - 320), 180px);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(36px, 36px + (80 - 36) * (100vw - 320px) / (1920 - 320), 80px);
}
@media screen and (max-width: 767px) {
  .sb-build-with-trust__title {
    font-size: clamp(28px, 28px + (34 - 28) * (100vw - 320px) / (1920 - 320), 34px);
  }
}
.sb-build-with-trust__title span {
  color: var(--color-teal);
  line-height: 1.2;
}
.sb-build-with-trust__subtitle {
  margin-bottom: clamp(26px, 26px + (42 - 26) * (100vw - 320px) / (1920 - 320), 42px);
  font-size: clamp(42px, 42px + (70 - 42) * (100vw - 320px) / (1920 - 320), 70px);
  max-width: 474px;
  color: var(--color-white);
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .sb-build-with-trust__subtitle {
    text-align: center;
  }
}/*# sourceMappingURL=sb_build_with_trust.css.map */