.trust-us {
  min-height: 28rem;
  background: -webkit-gradient(linear, right top, left top, color-stop(30%, rgba(255, 255, 255, 0)), color-stop(80%, #FFFFFF)), url("/wp-content/themes/twentytwenty-child/img/trust-us-small.jpg") no-repeat top right/cover;
  background: linear-gradient(270deg, rgba(255, 255, 255, 0) 30%, #FFFFFF 80%), url("/wp-content/themes/twentytwenty-child/img/trust-us-small.jpg") no-repeat top right/cover;
}

.trust-us .title,
.trust-us .text {
  text-align: left;
}

.trust-us .text:nth-of-type(2) {
  margin-bottom: 0;
}

.trust-us .title {
  margin-bottom: 1.263em;
}

.trust-us__box {
  max-width: 10em;
}

@media (min-width: 500px) {
  .trust-us {
    background: -webkit-gradient(linear, right top, left top, color-stop(30%, rgba(255, 255, 255, 0)), color-stop(80%, #FFFFFF)), url("/wp-content/themes/twentytwenty-child/img/trust-us-small.jpg") no-repeat top right/95%;
    background: linear-gradient(270deg, rgba(255, 255, 255, 0) 30%, #FFFFFF 80%), url("/wp-content/themes/twentytwenty-child/img/trust-us-small.jpg") no-repeat top right/95%;
  }
}

@media (min-width: 600px) {
  .trust-us {
    background: -webkit-gradient(linear, right top, left top, color-stop(30%, rgba(255, 255, 255, 0)), color-stop(87%, #FFFFFF)), url("/wp-content/themes/twentytwenty-child/img/trust-us-middle.jpg") no-repeat top right/cover;
    background: linear-gradient(270deg, rgba(255, 255, 255, 0) 30%, #FFFFFF 87%), url("/wp-content/themes/twentytwenty-child/img/trust-us-middle.jpg") no-repeat top right/cover;
  }
  .trust-us__box {
    max-width: 14.1em;
  }
}

@media (min-width: 768px) {
  .trust-us__box {
    margin-top: 0.438em;
    margin-left: 3.625em;
    max-width: 18em;
  }
  .trust-us .text {
    font-size: 1.8rem;
    margin-bottom: 1.125em;
  }
}

@media (min-width: 900px) {
  .trust-us {
    background: -webkit-gradient(linear, right top, left top, color-stop(30%, rgba(255, 255, 255, 0)), color-stop(87%, #FFFFFF)), url("/wp-content/themes/twentytwenty-child/img/trust-us-middle.jpg") no-repeat top right/90%;
    background: linear-gradient(270deg, rgba(255, 255, 255, 0) 30%, #FFFFFF 87%), url("/wp-content/themes/twentytwenty-child/img/trust-us-middle.jpg") no-repeat top right/90%;
  }
}

@media (min-width: 960px) {
  .trust-us .container {
    width: calc(100% - 8rem);
  }
  .trust-us .title {
    font-size: 3rem;
  }
}

@media (min-width: 1200px) {
  .trust-us {
    position: relative;
    min-height: 43rem;
    padding-bottom: 0;
  }
  .trust-us:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    background: -webkit-gradient(linear, left top, right top, color-stop(4%, rgba(255, 255, 255, 0)), color-stop(27%, #FFFFFF));
    background: linear-gradient(450deg, rgba(255, 255, 255, 0) 4%, #FFFFFF 27%);
  }
    .trust-us .text {
    font-size: 2.4rem;
    margin-bottom: 1.125em;
}
  .trust-us__box {
    margin-top: 2em;
    max-width: 22em;
  }
  .trust-us .title {
    font-size: 4rem;
    margin-bottom: 1.438em;
  }
  .trust-us .text {
    font-weight: 700;
  }
  .trust-us .text:nth-of-type(1) {
    margin-bottom: 2.188em;
  }
}

@media (min-width: 1024px) {
  .trust-us {
    background: linear-gradient(92.8deg, #FFFFFF 17.02%, rgba(255, 255, 255, 0) 50.34%), url("/wp-content/themes/twentytwenty-child/img/trust-us-big.jpg") no-repeat 0em 90%;
        background-size: cover;
  }
}
@media (min-width: 1900px) {

  .trust-us:after {
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(80%, #FFFFFF));
    background: linear-gradient(450deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 80%);
    right: 0;
    width: 37%;
  }
  .trust-us__box .text {
    font-weight: 700;
  }
    .trust-us {
    background: linear-gradient(92.8deg, #FFFFFF 17.02%, rgba(255, 255, 255, 0) 50.34%), url("/wp-content/themes/twentytwenty-child/img/trust-us-big.jpg") no-repeat 12em 90%;
        background-size: contain;
  }
}
/*# sourceMappingURL=trust-us.css.map */