/* Fix overflow horizontal for mobiles */
@media screen and (max-width: 1100px) { 
    html {
        overflow-x: hidden;
    }
}