@media (max-width: 1280px)
{
   
    .h-slogan, section.section2 .content span {
        font-size: 46px;
    }
    .footer-bottom span, .footer-top a , .modal-content p, .modal-content ul li {
        font-size: 18px;
    }
    
    .footer-bottom img {
        height: 35px;
    }
    
    
    
    a.btn-white {
        width: 176px;
        height: 60px;
    }
    
    section.section2 input{
        width: 520px;
        height: 60px;
    }
    
    a.btn-black {
        width: 550px;
    }
    
    .consent a, .consent {
        font-size: 18px;
    }
    
    
    .modal {
        width: calc(100% - 10px);
    }
    
}