.flex-align {
    display: flex;
    align-items: center;
}

.flex {
    display: flex;
}

.aboutUs-box {
    color: #666;
}

.aboutUs-box section {
    padding: 35px 0;
}

.aboutUs-box .backstretch {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 245px;
    background: url('../img/aboutUs/was-banner.png') no-repeat bottom, linear-gradient(to top, #3362b9 32%, #6ba4f5 86%);
    font-size: 31px;
    color: #fff;
}

.aboutUs-box .sample1 {
    display: flex;
    flex-direction: column;
    width: 60%;
    padding: 20px 100px 20px 20px;
    background: #fbfbfb;
}

.aboutUs-box .sample1>div {
    display: flex;
    margin: 14px 0;
}

.aboutUs-box .sample1>div .content-box {
    display: flex;
    flex-direction: column;
    font-size: 12px;
    color: #666666;
}

.aboutUs-box .sample1>div img {
    width: 36px;
    height: 36px;
    box-sizing: content-box;
    padding: 15px;
}

.aboutUs-box .sample1 .content-box strong {
    font-size: 16px;
    color: #3B3A3A;
}

.aboutUs-box .sample-float {
    display: flex;
    flex-direction: column;
    position: absolute;
    left: -15%;
    transform: translateY(-50%);
}

.introduce-box {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.aboutUs-box .sample2 {
    font-size: 12px;
}

.aboutUs-box .sample2 .title {
    font-size: 28px;
    font-weight: 300;
    line-height: 20px;
    letter-spacing: 0.24em;
    text-wrap: nowrap;
    color: #3B3A3A;
}

.aboutUs-box .sample2>ul {
    margin-bottom: 40px;
    padding: 0;
    list-style: none;
}

.team-box {
    font-size: 12px;
    line-height: 30px;
}

.team-box .row {
    display: flex;
    align-items: flex-end;
}

.team-box .row .title {
    margin-bottom: 20px;
    font-size: 28px;
    font-weight: 300;
    letter-spacing: 0.24em;
    text-wrap: nowrap;
    color: #3B3A3A;
}

.aboutUs-box #map {
    height: 240px;
}
