.hospizob-item{
box-shadow: 0.1rem 0.1rem 1.5rem rgba(0, 0, 0, 0.1);
margin: 10px 0 10px 0;
}
.hospizob-item h3{
padding-top: 0px;
margin-top: 0px;
}
.hospizob-item .row {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}
.hospizob-item .column {
box-sizing: border-box;
} .hospizob-item .row .column:first-child { flex: 0 0 20%; 
max-width: 20%;
}
.hospizob-item .row .column:nth-child(2) { flex: 0 0 35%;
max-width: 35%;
}
.hospizob-item .row .column:last-child { flex: 0 0 40%; 
max-width: 40%;
}
@media (max-width: 767px){
.hospizob-item .row .column:first-child { flex: 0 0 100%; 
max-width: 100%;
}
.hospizob-item .row .column:nth-child(2) { flex: 0 0 100%;
max-width: 100%;
}
.hospizob-item .row .column:last-child { flex: 0 0 100%; 
max-width: 100%;
}
}
.hospizob-item .hospizob-datum{
padding: 10px;
background-image: radial-gradient(circle at top left,#0094a7 10%,#79c6bf 100%) !important; 
color: #fff;
}
.hospizob-item .hospizob-title{
padding: 10px;
}
.hospizob-item .hospizob-content{
padding: 10px;
}