.mail-trusted {
    padding: 40px 22px;
    margin: 64px 0;
    background-color: #1F3F43;
    position: relative;
  }
  
  .mail-trusted .mail-trusted-wrapper {
    display: flex;
    flex-direction: column;
  }
  
  .mail-trusted .mail-trusted-wrapper .tag {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: fit-content;
    padding: 8px 20px;
    gap: 8px;
    background: #E7E9ED;
    box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.04), 0px 1px 1px rgba(0, 0, 0, 0.05);
    border-radius: 44px;
    color: #3B4348;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; /* 21px */
  }
  
  .mail-trusted .mail-trusted-wrapper .mail-trusted-title {
    margin: 24px 0;
    font-weight: 800;
    font-size: 28px;
    line-height: 125%;
    letter-spacing: -0.01em;
    color: #FFFFFF;
  }
  
  .mail-trusted .mail-trusted-wrapper .mail-trusted-description {
    font-weight: 500;
    font-size: 15px;
    line-height: 150%;
    letter-spacing: 0.02em;
    color: #FFFFFF;
    opacity: 0.7;
  }
  
  .mail-trusted .mail-trusted-wrapper .mail-trusted-image {
    position: absolute;
    top: 0;
    right: 0;
  }
  
  .mail-trusted .mail-trusted-wrapper .mail-trusted-image--desktop {
    display: none;
  }
  
  .mail-trusted .mail-trusted-wrapper .mail-trusted-content {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  
  .mail-trusted .mail-trusted-wrapper .mail-trusted-content .mail-trusted-content__box {
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    /* align-items: center; */
    /* margin: 0 17px; */
  }
  
  .mail-trusted .mail-trusted-wrapper .mail-trusted-content .mail-trusted-content__box--logo {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 72px;
    height: 72px;
    background: #F9FAFB;
    box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.04), 0px 1px 1px rgba(0, 0, 0, 0.05);
    border-radius: 47px;
  }
  
  .mail-trusted .mail-trusted-wrapper .mail-trusted-content .mail-trusted-content__box--title {
    /* text-align: center; */
    margin: 40px 0 4px;
    font-weight: 800;
    font-size: 40px;
    line-height: 125%;
    letter-spacing: -0.01em;
    color: #FFFFFF;
  }
  
  .mail-trusted .mail-trusted-wrapper .mail-trusted-content .mail-trusted-content__box--description {
    /* text-align: center; */
    font-weight: 500;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: 0.23px;
    color: #FFFFFF;
    opacity: 0.7;
  }
  
  @media screen and (min-width: 768px) {
    .mail-trusted .mail-trusted-wrapper .mail-trusted-content {
      flex-direction: row;
    }
  }
  
  @media screen and (min-width: 1024px) {
    .mail-trusted {
      padding: 90px 22px 110px;
    }

    .mail-trusted .mail-trusted-wrapper {
      width: 80%;
      max-width: 1155px;
      margin: 0 auto;
      flex-direction: row;
      justify-content: space-between;
    }

    .mail-trusted .mail-trusted-wrapper .mail-trusted-text-content {
      max-width: 604px;
    }
    
    .mail-trusted .mail-trusted-wrapper .mail-trusted-title {
      /* width: 871px; */
      font-size: 40px;
      line-height: 120%;
      letter-spacing: -0.01em;
    }
    
    .mail-trusted .mail-trusted-wrapper .mail-trusted-description {
      max-width: 553px;
    }
    
    .mail-trusted .mail-trusted-wrapper .mail-trusted-image {
      display: none;
    }
    
    .mail-trusted .mail-trusted-wrapper .mail-trusted-image--desktop {
      display: block;
      position: absolute;
      top: 0;
      right: 0;
    }
    
    .mail-trusted .mail-trusted-wrapper .mail-trusted-content {
      justify-content: space-between;
      flex-wrap: wrap;
      max-width: 438px;
      gap: 40px;
    }
    
    .mail-trusted .mail-trusted-wrapper .mail-trusted-content .mail-trusted-content-desktop {
      /* margin: 0; */
      max-width: 243px;
      /* width: 47%; */
    }
    
    .mail-trusted .mail-trusted-wrapper .mail-trusted-content .mail-trusted-content__box {
      margin: 0;
      /* max-width: 243px; */
      /* width: 47%; */
    }
  
    .mail-trusted .mail-trusted-wrapper .mail-trusted-content .mail-trusted-content__box--title {
      margin: 24px 0 0px;
      line-height: 125%;
      letter-spacing: -0.01em;
    }

    .mail-trusted .mail-trusted-wrapper .mail-trusted-content .mail-trusted-content__box--title.mail-trusted-content__box--title--margin {
      margin-top: 51px;
    }
  }