section#PageJ{ background: -webkit-linear-gradient(top,rgba(244,240,237,0.8),rgba(244,240,237,0.95)),url(../images/bg-L.jpg) no-repeat fixed;
    background: -ms-linear-gradient(top,rgba(244,240,237,8),rgba(244,240,237,0.95)),url(../images/bg-L.jpg) no-repeat fixed; padding: 40px; }
section#PageJ h1{ font-weight: bold; text-align: center;}

section#PageJ > div.row{ padding: 30px 80px; }
section#PageJ a > button{ width: 100%; margin: 0 15px; background: #006F53; color: rgb(255,255,255); padding:15px 5px; border:none; border-radius: 5px; font-size: 1.35rem;}
section#PageJ a > button:hover{ background:#00634a; transition: .2s linear; cursor: pointer;}

@media(max-width:1200px){
    section#PageJ > div.row{ padding: 30px 50px; }
}
@media(max-width:1024px){
    section#PageJ > div.row{ padding: 30px; }
}
@media(max-width:900px){
    section#PageJ > div.row{ padding: 20px; }
    section#PageJ a > button{ margin: 0; }
}
@media(max-width:767px){
    section#PageJ a > button{ width: 75%; margin: 10px auto; display: block; }
}
@media(max-width:575px){
    section#PageJ a > button{ width: 90%; margin: 10px auto; display: block; }
}
@media(max-width:480px){
    section#PageJ > div.row{ padding: 20px 0; }
    section#PageJ a > button{ width: 100%; }
}
