.mobile-trust {
  display: none;
}

@media (max-width: 767px) {

  .trust-grid {
    display: none !important;
  }

  .mobile-trust {
    display: grid;
    grid-template-columns: 1fr 1fr;
    max-width: 360px;
    margin: 0 auto 20px;
  }

  .mobile-trust-item {
    min-height: 105px;
    padding: 15px 8px;
    text-align: center;
    box-sizing: border-box;
  }

  .mobile-trust-item:nth-child(1),
  .mobile-trust-item:nth-child(2) {
    border-bottom: 1px solid #e5e5e5;
  }

  .mobile-trust-item:nth-child(1),
  .mobile-trust-item:nth-child(3) {
    border-right: 1px solid #e5e5e5;
  }

  .mobile-trust-item i {
    display: block;
    color: #A4C42C;
    font-size: 24px;
    line-height: 1;
    margin-bottom: 9px;
  }

  .mobile-trust-title {
    color: #040C24;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.15;
    margin-bottom: 6px;
  }

  .mobile-trust-desc {
    color: #040C24;
    font-size: 10px;
    line-height: 1.25;
  }
}