.card {
    width: 100%;
    height: 400px;
    box-shadow: 5px 5px 20px black;
    overflow: hidden;
    position: relative;
    border-radius: 10px;
    margin-bottom: 1rem;
    align-items: center;
    
  }
  
  .card img {
    width: 100%;
    height: 320px;
    border-radius: 3px;
    transition: all 0.5s ease-in-out;
    object-fit: cover;
    }

    a.btn {
        width: 100px;
        
    }
    .posventa {
        display: inline-flex;
        justify-content: end;
        
      }
      .icon img {
        width: 15vh;
        border-radius: 10%;
      }
      .posventa h2 {
        color: rgb(5, 108, 51);
        text-transform: uppercase;
        font-weight: 900;
      }
      .posventa span {
        color: #056c33
        
      }

     