/* Hide DESKTOP ONLY simple list on mobile */
@media screen and (max-width: 768px) {
.blockWrap_e9f3e4c9a3e44ce08d1a6603c3630cfe {
       display: none;
        }
html {
    background-position: 80% 0;
    }
}
/* Hide MOBILE ONLY simple list on desktop */
@media screen and (min-width: 800px) {
.blockWrap_c77e1e75713e489d88621504a01ab373 {
       display: none;
}
}

/* Homepage Mobile Styles */
@media screen and (max-width: 768px){
div .blockWrap_a0a0f2486ede46789947e6907b8e8bff .contentTitle{
    font-size: 40px;
    
}}