/* add custom CSS here */
@media only screen and (min-width:768px) {
    novo-list-item {
        flex-direction: column !important;
     }
     item-header-end {
        margin-top: 20px !important;
        display: block;
     }
}