img{
    border-radius: 5px;
  }
  
  .icons_servico {
      width: 108px !important;
      height: 108px !important;
  }
  
  .ml-margen-left {
      padding-left: 48px;
  }
  
  
  @media (max-width: 991px) {
      .ml-margen-left {
          padding-left: 15px;
      }
  }