
  .rivta-buyer-evidence {
    width: 100%;
    background: #ffffff;
    padding: 54px 20px 42px;
    color: #1f1f32;
    font-family: inherit;
  }

  .rivta-buyer-evidence * {
    box-sizing: border-box;
  }

  .rivta-buyer-evidence .wide {
    max-width: 1200px;
    margin: 0 auto;
  }

  .rivta-buyer-evidence__head {
    max-width: 900px;
    margin: 0 auto 38px;
    text-align: center;
  }

  .rivta-buyer-evidence__heading {
    margin: 0;
    color: #003940;
    font-size: 32px;
    font-weight: 800;
    line-height: 1.16;
    letter-spacing: 0;
  }

  .rivta-buyer-evidence__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(44px, 7vw, 108px);
    align-items: start;
  }

  .rivta-buyer-evidence__item {
    min-width: 0;
  }

  .rivta-buyer-evidence__title {
    margin: 0 0 16px;
    color: #003940;
    font-size: 22px;
    font-weight: 800;
    line-height: 1.18;
    letter-spacing: 0;
  }

  .rivta-buyer-evidence__text {
    margin: 0;
    color: #1f1f32;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.72;
    letter-spacing: 0;
  }

  .rivta-buyer-evidence__button-wrap {
    display: flex;
    justify-content: center;
    margin-top: 34px;
  }

  .rivta-buyer-evidence__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: min(340px, 100%);
    min-height: 44px;
    padding: 0 34px;
    border: 2px solid #003940;
    border-radius: 0;
    color: #ffffff;
    background: #003940;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    text-decoration: none;
    transition: color .2s ease, background-color .2s ease, border-color .2s ease;
  }

  .rivta-buyer-evidence__button:hover,
  .rivta-buyer-evidence__button:focus-visible {
    color: #ffffff;
    background: #00545c;
    border-color: #003940;
    outline: none;
  }

  @media (max-width: 900px) {
    .rivta-buyer-evidence {
      padding: 42px 22px 36px;
    }

    .rivta-buyer-evidence__head {
      margin-bottom: 30px;
      text-align: left;
    }

    .rivta-buyer-evidence__grid {
      grid-template-columns: 1fr;
      gap: 28px;
    }

    .rivta-buyer-evidence__button-wrap {
      justify-content: flex-start;
      margin-top: 30px;
    }

    .rivta-buyer-evidence__button {
      width: 100%;
      min-width: 0;
    }
  }
