.toubiz-single-item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
.toubiz-single-item > p {
    margin-bottom: 15px;
}

.toubiz-single-item-image {
    margin-bottom: 30px;
    height: 320px;
    width: 400px;
    max-width: 100%;
}
.toubiz-single-item-image-container{
    display:flex;
    flex-direction: column;
}

.toubiz-single-item-main-container.space > .et_pb_text_inner {
    height: 100%;
}
.toubiz-single-item-main-container.space {
    height: 100%;
}