.head-content {
    height: auto;
    padding: 100px;
}

.head-content .logo {
    margin-bottom: 40px;
}

.head-content .logo .logo-icon {
    width: 143px;
    height: auto;
}
.head-content .logo .logo-text {
    width: 390px;
    height: auto;
}

.about-us-container {
    width: 1248px;
    background: #FFFFFF;
    border: 1px solid #EEEEEE;
    box-sizing: border-box;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    border-radius: 16px;
    padding: 5px;
    margin-top: -60px;
}

.about-us-header {
    background: #FFEEF0;
    border-radius: 12px 12px 0 0;
    padding-top: 16px;
    padding-bottom: 16px;
    text-align: center;
    font-size: 16px;
    line-height: 140%;
    color: #2B2D42;
}

.about-us-detail {
    padding: 20px 45px 20px 45px;
    font-size: 16px;
    line-height: 28px;
    text-align: justify;
    color: #000000;
}

@media screen and (max-width: 1024px) {
    .about-us-container {
        width: 300px;
    }
}
