.box {
    position: relative;
    max-width: 600px;
    width: 100%;
    background: #ffffff;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
}

.box-body {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 240px;
}

.box-footer {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 0 10px 10px 10px;
    gap: 5px;
}

div.photo img {
    width: 146px !important;
    height: 146px;
}