h2{
    text-align: center;
}
figure{
    text-align: center;
}
figcaption{ /*copier le p*/
    color: #6D445D;
    font-size: 35px;
    font-family: "sageffine";
    font-weight: bold;
}

/*classes*/
.grid{
    display: grid;
    grid-template-columns: auto auto;
    text-align: center;
}

/*autres éléments*/
img {
    height: 120px;
    border-radius: 20%;
}