.m-reassurances {
  text-align: center;

  .wrapper {
    background-color: var(--wp--preset--color--base);
    border-radius: 30px;
    box-shadow: 10px 10px 0px 0px #84BF41;
    padding: 41px 0 70px;

    .row>div .item {
      border-right: 1px solid #D9D9D9;

      @media (width < 992px) {
        border-right: none;
        border-bottom: 1px solid #D9D9D9;
        padding: 0 50px 20px;
      }
    }

    .row>div:last-child .item {
      border-right: none;

      @media (width < 992px) {
        border-bottom: none;
        padding: 20px 50px 0;
      }
    }

    .item {
      padding: 0 50px;
      height: 100%;

      @media (width < 992px) {
        padding: 30px 50px;
      }

      img {
        width: 44px;
        height: 50px;
      }

      .titre {
        font-size: var(--wp--preset--font-size--medium);
        line-height: var(--wp--custom--line-height--snug);
        font-weight: var(--wp--custom--font-weight--bold);
        margin-top: 24px;
      }

      .texte {
        margin-top: 15px;
        margin-bottom: 0;
      }
    }
  }
}