.image-container5 {
    display: flex;
}

.image-box5 {
    width: 18%; /* 适应您的需求，稍微减小以避免换行 */
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
}

.image-box5 img {
    width: 100%;
    height: auto;
    margin-top: auto; /* 图片底部对齐 */
}

.image-box5 p {
    text-align: center;
    font-weight: bold; /* 加粗标题文字 */
}