.image {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.image img {
    margin-bottom: 0;
}
.image p {
    font-size: 15pt;
    margin-top: 5pt;
}
