.aboutus h1,h2 {
    color: #f26b38;
}

.aboutus p {
    line-height: 1.6;
    color: #333;
    text-align: justify;
}

.aboutus .about-img {
    float: right;
    width: 300px;
    height: 200px;
    margin: 10px 0 10px 20px;
    background: url("../images/heaher_bg.jpg") center/cover no-repeat;
    border-radius: 10px;
}

.aboutus .timeline {
    margin-top: 20px;
}

.aboutus .timeline ul {
    list-style: none;
    padding: 0;
}

.aboutus .timeline li {
    margin-bottom: 10px;
    padding-left: 15px;
    border-left: 3px solid #f26b38;
}

.aboutus .org-chart {
    background-color: #fff6f0;
    border-radius: 10px;
    padding: 15px;
    margin-top: 20px;
}

.aboutus .org-item {
    width: 27%;
    height: 170px;
    float: left;
    margin: 1.5%;
    background-color: #fff;
    text-align: center;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 10px;
}

.aboutus .clearfix {
    clear: both;
}