/*LAYOUT*/
.mod-flex-layout{
    display:flex;
    flex-direction:row;
    flex-wrap:wrap;
    justify-content:center;
    gap:50px;
}

/*INFO CARD*/
.mod-flex-card{
    max-width: 400px;
    width: 100%;
    display: flex;
    flex-direction: column;
}
.mod-flex-card img{
    height:100px;
}