@media (max-width: 1024px) {
    .todos-clientes .cliente-item {
        width: 50%;
    }
}

@media (max-width: 767px) {
    .todos-clientes .cliente-item {
        width: 100%;
    }
    .mockup-phone {
        width: 280px;
        height: 560px;
    }
    .filtros-clientes button {
        padding: 2px 2px;
        font-size: 12px;
    }
    .pricing-table table {
    font-size: 14px;
  }
}