#aboutus
{
  background:#fff;padding-top: 52px;padding-bottom: 0px;
}

#aboutus_label > h1 {
  margin-left:17px;
}

#aboutus_label > ul > li
{
  font-size: 19px !important;text-align: justify;
}

#team{
  background:#fff;
}

#team_label{
  text-align:center;margin-bottom: 40px;font-size: 45px;
}

.designation{
  color:#999 !important;
}

.line_emp{
  color:#ccc;
}

#Portfolio{
background:#f8f8f8;padding-top: 33px;padding-bottom: 33px;
}
.brd {
    border: 1px solid #ccc;
    height: 300px;
    line-height: 300px;
}
@media screen and (max-width: 767px) {
	#aboutus{
		padding-top: 15px;
	}
  .brd{
    height: auto;
  }
}