ul.list-unstyled li > div {
    height: auto;
}
@media (max-width: 768px) {
    .list-unstyled .list-unstyled {
        padding: 10px;
    }
}
