
.image-container {
    display: flex;
    justify-content: space-between;
}

.image-box {
        text-align: center;
        width: 30%; /* 调整宽度以适应您的需求 */
        display: flex;
        flex-direction: column;
        align-items: center;
}

.image-box img {
        width: 100%;
        height: auto;
        margin-top: auto;
}
.image-box p {
    text-align: center;
    font-weight: bold;
    font-size: 20px;
}
