.trusted {
  position: relative; }
  @media (min-width: 1024px) {
    .trusted::after {
      content: "";
      display: block;
      position: absolute;
      right: 0;
      top: 0;
      bottom: 0;
      width: 55%;
      background: #f4f7fb; }
    .trusted__inner {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
         -moz-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
    .trusted__text {
      width: 350px; }
    .trusted__numbers {
      width: 500px;
      padding: 100px 0; } }

.trusted-number {
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 1.8rem; }
  .trusted-number__value {
    font-size: 2.4rem; }
    .trusted-number__value strong {
      color: #0080ff;
      font-size: 4rem;
      line-height: 100%;
      display: inline-block;
      text-align: right; }
  @media (min-width: 1024px) {
    .trusted-number {
      margin-bottom: 45px; }
      .trusted-number__value {
        font-size: 3.2rem; }
        .trusted-number__value strong {
          font-size: 8rem; } }

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