﻿.aboutUs {
    width: 1200px;
    margin-top: 30px;
}

.aboutUs-title {
}

    .aboutUs-title span {
        display: inline-block;
        width: 110px;
        height: 36px;
        line-height: 36px;
        text-align: center;
        font-size: 16px;
        border-top: 2px solid #289ce9;
        border-left: 1px solid #e7e7e7;
        border-right: 1px solid #e7e7e7;
        border-bottom: 1px solid white;
        margin-bottom: -1px;
    }

.aboutUs-body {
    width: 1200px;
    min-height: 500px;
    white-space: initial !important;
    padding: 20px 20px 20px 20px;
    border: 1px solid #e7e7e7;
    border-bottom: 3px solid #e7e7e7;
}

    .aboutUs-body img {
        max-width: 1160px;
    }
