@media (max-width: 1024px) and (min-width: 320px){
    body, html {
        overflow-x: hidden !important;
        overflow-y: visible !important;
        width:100%;
    }
    
    .slogan {
        top: 93px;
    }
    
    .image-show h1 {
        font-size: 23px;
    }
    
    p {
        font-size: 14px;
        line-height: 1.21109;
    }
    
    .mobile-hidden {
        display:none;
    }
    
    h4, .h4 {
        font-size: 22px;
    }
    
    h3, .h3 {
        font-size: 26px;
    }

}

img.top-logo{
    max-width: 100%;
}


.wrapper-dark {
    background-color: rgba(50,50,50,0.8);
}

.pp_nav p {
    font-size: 12px;
    line-height: 13px;
}