
.cecilcardImage{
    height:350px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.cecilcardImage img{
    object-fit: contain;
}

@media only screen and (max-width : 576px) {
    .cecilcardImage{
      height: 220px;
  }
}