.footerbox1, .footerbox2 {box-sizing:border-box;}

.footerbox1 {
    width: 35%;
    padding:0 20px;
    border: 1px solid orange;
    margin: 10px 0 0 0;
    display: inline-block;
    float: left;
}

.footerbox2 {
    width: 63%;
    padding: 0;
    border: 1px solid orange;
    margin-top: 10px;
    display: inline-block;
    float: right;
text-align:center;
}

@media (max-width: 400px){
.footerbox1, .footerbox2 {
    float: none!important;
    width: 100%!important;
padding:5px; margin:5px 0;}}