.cardFlex{
    display:flex;
    flex-direction:row;
    flex-wrap:wrap;
    justify-content:space-around;
    gap:15px;
}
.cardImage img{
    height:400px;
}
.cardpgTitle{
    font-size:25px;
    font-weight:600;
    text-align:center;
}
.cardpgContent{
    text-align:center;
}