﻿
   .produitSanitaireBody img{
        width: 100%;
        
    }
   p{
       font-size: 18px;
       color: black;
   }
   .listeSanitaire{
       font-size: 18px;
       text-transform: lowercase ;
        
   }
   .card{
       height: 670px;
       margin-bottom:2em;
   }
   h4{
       font-size: 20px;
       font-weight: bold;
   }
small {
    position: absolute;
    bottom: 3em;
}

@media screen and (max-width: 600px) {

small{
    bottom: 1em;
}
.card{
       height: 670px;
       margin-bottom:2em;
   }
}
