.listItem {
    width: 100%;
    padding: 15px;
    border-radius: 15px;
    background-color: white;
    font-weight: bold;
    margin-bottom: 15px;
}

.listRow {
    margin-top: 25px;
}

.listCaption {
    padding: 5px 10px;
    border-radius: 15px;
    margin-right: 15px;
}

.listItem span:last-child {
    display: block;
    margin-top: 15px;
}

@media screen and (min-width:1072px) {
    .listItem span:last-child {
        display: inline-block;
        margin-top: 0;
    }
}