.contact-content {
    margin-top: 48px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.contact-div {
    margin-bottom: 80px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.contact-title {
    margin-bottom: 16px;
    font-size: 36px;
    font-family: Arial-Black, Arial;
    font-weight: 900;
    color: #444444;
    line-height: 51px;
}

.contact-line {
    margin-bottom: 16px;
    width: 64px;
    height: 4px;
    background: #E75A31;
}

.contact-desc {
    font-size: 24px;
    font-family: ArialMT;
    color: #444444;
    line-height: 40px;
}

.about-content {
    width: 100%;
    margin-top: 48px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.about-img {
}
.about-img img {
    width: 100%;
    height: 100%;
}

.about-title {
    margin-bottom: 40px;
    font-size: 36px;
    font-family: Arial-Black, Arial;
    font-weight: 900;
    color: #444444;
    line-height: 51px;
}

.about-desc {
    width: 80%;
    margin-top: 40px;
    margin-bottom: 40px;
    font-size: 24px;
    font-family: ArialMT;
    color: #444444;
    line-height: 40px;
}

.about-teams {
    margin-bottom: 80px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.about-member {
    margin-left: 8px;
    margin-right: 8px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.about-member-position {
    margin-top: 24px;
    margin-bottom: 8px;
    font-size: 36px;
    font-family: Arial-Black, Arial;
    font-weight: 900;
    color: #444444;
    line-height: 51px;
}

.about-member-name {
    margin-bottom: 40px;
    font-size: 24px;
    font-family: ArialMT;
    color: #666666;
    line-height: 28px;
}

.about-social {
    margin-bottom: 120px;
    width: 80%;
    display: flex;
    justify-content: center;
    /*align-items: center;*/
}

.about-social-desc {
    margin-left: 40px;
    margin-top: 40px;
    font-size: 24px;
    font-family: ArialMT;
    color: #444444;
    line-height: 40px;
}