.hupoe-space {
    width: 100%;
    min-height: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    margin-top: 30px;
}

.hupoe-space img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
}

