.his-list {}

.his-item {
    cursor: pointer;
    padding: 25px 20px;
    border-left: 4px solid #ff8d00;
    box-shadow: 4px 5px 9px #eaeaea;
    margin-bottom: 20px;
    transition: box-shadow .5s
}

.his-item .his-content {
    font-style: italic;
    font-weight: bold;
}