.cliente-nome{
  padding: 2px 18px;
  border-radius: 50%;
  background: #347DFF;
  font-size: 30px;
  color: white;
  font-weight: 600
}
@media (max-width: 700px)
{
   .esconder-mobile{
       display: none !important;
   }
    .mobile-text-banner{
        margin-top: 10px
    }
    .banner-section-three .content-column {
     margin-bottom: 0px; 
    }
    .colum-mobile{
        padding-top: 200px;
    }
}

@media (min-width: 700px)
{
   .esconder-desktop{
       display: none !important;
   }
}