.footer {
    color: white;
    background-color: #1E1E1E;
}

.footerBox {
    padding: 20px;
    display: flex;
    justify-content: center;
}

.footerBox .companyProfile {
    font-size: 14px;
    display: inline-block;
}

.footer .companyProfile .name {
    margin: 10px 0;
}

.footer .companyProfile .logo img {
    width: 200px;
    height: auto;
}

.footerCopyright {
    font-size: 12px;
    margin: 0 auto;
    text-align: center;
}

.footer .companyProfileDetail {
    margin-left: 20px;
    padding-left: 20px;
    width: 800px;
    text-align: center;
}

.companyProfileDetailTitle {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}

.companyProfileDetailDesc {
    margin-bottom: 10px;
}