/*--------SIMPLE LIST MOBILE EDITS---------*/
@media only screen and (max-width: 768px) {
    .items_fb3acb9f097947b2a49aa84789164069 .item,
    .items_be7165651ab84b4396c74c5f38c87061 .item {
        display: flex;
        flex-direction: column;
    }
    .items_fb3acb9f097947b2a49aa84789164069 .itemImg,
    .items_be7165651ab84b4396c74c5f38c87061 .itemImg {
        width: 100% !important;
        padding-bottom: 1.5em !important;
    }
    .items_fb3acb9f097947b2a49aa84789164069 .itemContent,
    .items_be7165651ab84b4396c74c5f38c87061 .itemContent {
        width: 100% !important;
    }
}