.item_box_list{
    display: flex;
    flex-wrap: wrap;
}
.item_box{
    margin-bottom: 20px;
    transition: all 300ms ease-in-out;
}
.item_box:hover {
    transform: scale(1.06);
}
.item_box_background{
    position: relative;
    height: 100%;
}

.item_box_description{
    padding: 20px;
}

.item_box_image img{
    width: 100%;
}

.item_box_title{
    margin-top: 0;
    margin-bottom: 15px;
    word-break: break-word;
}

.item_box_text{
    margin-bottom: 0;
}

.absolute_element{
    position: absolute;
}
