img{
    border-radius: 5px;
  }
  
  .icons_servico {
      width: 108px !important;
      height: 108px !important;
  }
  
  .ml-margen-left {
      padding-left: 48px;
  }
  
  .collapsed .card-btn-arrow {
  
      transform: rotate(180deg) !important;
  }
  
  @media (max-width: 991px) {
      .ml-margen-left {
          padding-left: 15px;
      }
  }