.br-tqm{
  display:none;
}

@media (max-width: 768px){

  .br-tqm{
    display:block;
    margin:12px 0 24px;
  }

  .br-tqm-icons{
    display:grid;
    grid-template-columns:repeat(3, 1fr);
    row-gap:22px;
    column-gap:8px;
    padding:6px 4px 4px;
  }

  .br-tqm-icon{
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:flex-start;
    min-height:70px;
    padding:0;
    color:#555;
    text-decoration:none;
    background:transparent;
    border:none;
    border-radius:0;
    box-shadow:none;
  }

  .br-tqm-icon:active{
    transform:translateY(1px);
    opacity:.75;
  }

  .br-tqm-ico{
    display:flex;
    align-items:center;
    justify-content:center;
    width:52px;
    height:52px;
    margin-bottom:8px;
    color:#1e40af;
    background:#f5f7ff;
    border-radius:50%;
  }

  .br-tqm-ico svg{
    display:block;
    width:25px;
    height:25px;
    fill:currentColor;
  }

  .br-tqm-label{
    font-size:13px;
    font-weight:700;
    line-height:1.25;
    color:#555;
    text-align:center;
    white-space:nowrap;
  }
}