  .tt-reassurance-strip {
    background:
      linear-gradient(
        90deg,
        color-mix(in srgb, var(--tt-color-blue) 70%, var(--tt-color-black)),
        color-mix(in srgb, var(--tt-color-blue) 82%, var(--tt-color-black))
      );
    box-sizing: border-box;
    color: var(--tt-color-white);
    min-height: 56px;
    padding-block: 10px;
  }

  .tt-reassurance-strip__inner {
    align-items: center;
    display: grid;
    column-gap: clamp(18px, 4vw, 40px);
    grid-template-columns: repeat(3, minmax(0, 1fr));
    justify-items: center;
    max-width: 980px;
  }

  .tt-reassurance-strip__item {
    align-items: center;
    color: var(--tt-color-white);
    display: flex;
    flex-direction: column;
    font-family: var(--tt-font-body);
    font-size: 16px;
    font-weight: 700;
    justify-content: center;
    line-height: 1.18;
    min-height: 36px;
    padding: 0;
    text-align: center;
    width: 100%;
  }

  .tt-reassurance-strip__line {
    color: inherit;
    display: block;
    font: inherit;
    min-height: 0;
    padding: 0;
    white-space: nowrap;
  }
