/*
  Serviços v 1.1;
  11/29/2023;
  João Diogo Pereira;
*/
  
.cartao {
  border-radius: 32px;
  box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.15);
  background-color: #f7f7f7;
  height: 100%;
  width: 100%;
}

.cartao__img{
  width:25%;
  aspect-ratio: 1;
}

.cartao__img img{
  width:100%;
  height:100%;
  object-fit: scale-down;
}