@media screen and (max-width: 767px) {
    .lp-section[id*="Collection"] {
        display: flex;
        flex-direction: column;
    }

    .lp-section[id*="Collection"]:not(:last-child) {
        border-bottom: 1px solid #E5E5E5;
    }

    .lp-section[id*="Collection"] 
        [id*="Products"] { 
            padding-top: 0;
            order: -1 
        }
}
