@media only screen and (max-width:1590px) {
    /*1360px*/
    .wrapper {
        width: 1000px;
    }
    .page2 .wrapper {
        /* width: 1200px; */
        width: 80%;
    }
    .page2 .home-page1 {
        width: 290px;
    }
    .page2 p.theme {
        font-size: 42px;
        margin-top: 10%;
    }
    .page2 p {
        font-size: 20px;
        line-height: 42px;
    }
}