footer{
    margin-top: 60px;
    background-color: #cfe4b5;
    padding: 32px 0;
}
.aboutus{
    text-align: center;
    padding-top: 50px;
}
.aboutus-table{
    margin: 0 auto;
    width: min(100%, 1100px);
    border-collapse: collapse; /* 美化邊框需求可開 */
}
.aboutus-table img{
    max-width: 340px;
}
.aboutus-table p{
    color: #524d4d;
}
.aboutus-table a{
    color: #524d4d;
    text-decoration: none;
}
.aboutus-table td{
    text-align: left;
    vertical-align: top;
    padding: 8px 16px;
}
.aboutus hr{
    background-color: rgb(159, 173, 137);
    border: none;
    height: 1px;
    width: 100%;
    max-width: 1200px;
}
.aboutus-copyright p{
    color: #5e6d4a;
}