.about-page{}
.about-page .about-text{}
.about-page .about-text img{
    margin-bottom:30px;
}
.about-page .about-text p{
    line-height: 30px;
    color: #383838;
    margin-bottom: 15px;
}
/* our-team */
#team {
    text-align: center;
    padding: 60px 0;
}
#team .single-team {
    margin-bottom: 50px;
}
#team .single-team img {
    width: 50%;
    border-radius: 50%;
    border: 15px inset #0f67b1;
    padding: 5px;
    box-shadow: 0 0 0 15px rgba(21, 103, 179, 0.15);
    margin-bottom: 15px;
}
#team .single-team:hover img {
    border: 15px inset #e2b423;
    box-shadow: 0 0 0 15px rgba(226, 180, 35, 0.15);
}
#team .single-team:hover {
    color: #e2b423;
}

#team,
#objctive,
#organogram{
    padding-top:100px;
}
#objctive ul li,
#team p,
#objctive p,
#organogram p{
    line-height: 30px;
    color: #383838;
    margin-bottom: 15px;
}
.company-overview img {
    width: 100% !important;
}