.about_contact {
    width: 100%;
}
.about_contact .flex_sb div {
    width: 50%;
}
.about_contact .flex_sb div h3 {
    color: #333333;
    font-size: 24px;
    margin-bottom: 10px;
}
.about_contact .flex_sb div p {
    margin-top: 17px;
}
.about_contact .flex_sb div p span:first-child {
    color: #999999;
    font-size: 16px;
    font-weight: 500;
}
.about_contact .flex_sb div p span:last-child {
    color: #333333;
    font-size: 16px;
}
.about_contact .flex_sb div img {
    width: 144px;
    margin-top: 50px;
    height: 144px;
}
.about_contact .map {
    width: 50%;
}
