.tech-content-top{
  margin-top:100px;
}
.tech-content-top h3{
  font-size: 26px;
	font-weight: bold;
	line-height: 40px;
	color: #000000;
}
.tech-content-top ul{
  padding-left:20px;
  color: #555555;
  margin-top:20px;
}
.tech-content-top ul li{
  font-size: 16px;
	color: #555555;
}
.tech-content-top ul li label{
  font-size: 16px;
	font-weight: bold;
	line-height: 36px;
  color: #000000;
  margin-right:6px;
}
.tech-top-two{
  margin-top:30px;
}
/* bottom */
.tech-content-btm{
  margin-top:75px;
}
.tech-content-btm h3{
  font-size: 26px;
	font-weight: bold;
	line-height: 40px;
	color: #000000;
}
.tech-top-table{
  margin-top:40px;
  padding:0 10px 0 10px;
}
.table {
  border-radius:20px;
}
.table-bordered thead td, .table-bordered thead th{
  /* border:none; */
  text-align:center;
  font-size: 16px;
	font-weight: bold;
	line-height: 36px;
  color: #333333;
  background-color:#f4f4f4;
  border-bottom:none;
}
.table td, .table th{
  vertical-align: inherit;
  font-family: Open Sans;
	font-size: 14px;
	font-weight: normal;
	line-height: 22px;
	color: #555555;
}
.tech-btm-table{
  margin-top:30px;
  padding:0 6px 0 6px;
}
@media (min-width: 768px) {
  .tech-btm-table{
    margin-top:30px;
    padding:0 40px 0 10px;
  }
  .tech-top-table{
    padding:0 40px 0 10px;
  }
}