.quality-assurance-how-work .inner-content h2 {
  padding: 0;
  margin: 0 0 20px;
  font-size: 20px;
  color: #003F62;
  font-weight: 600;
  line-height: 30px;
}
.quality-assurance-how-work .inner-content .item-content .single-item {
  padding: 0 0 30px 50px;
  margin: 0;
  position: relative;
}
.quality-assurance-how-work .inner-content .item-content .single-item:last-of-type{
  padding-bottom: 0;
}
.quality-assurance-how-work .inner-content .item-content .single-item:before {
  width: 35px;
  height: 35px;
  background: url('/template/4af6047a/images/work-icon1.png') no-repeat;
  position: absolute;
  content: '';
  top: 0px;
  left: 0;
  border-radius: 100%;
  z-index: 1;
}
.quality-assurance-how-work .inner-content .item-content .single-item:after {
  width: 3px;
  height: 100%;
  background: #003f62;
  position: absolute;
  content: '';
  top: 0px;
  left: 16px;
}
.quality-assurance-how-work .inner-content .item-content .single-item.two:before {
  background: url('/template/4af6047a/images/work-icon2.png') no-repeat;
}
.quality-assurance-how-work .inner-content .item-content .single-item.three:before {
  background: url('/template/4af6047a/images/work-icon3.png') no-repeat;
}
.quality-assurance-how-work .inner-content .item-content .single-item h4{  
  padding: 0;
  margin: 0 0 5px;
  font-size: 16px;
  color: #003F62;
  font-weight: 600;
  line-height: 26px;
  padding-top: 0 !important;
}
.quality-assurance-how-work .inner-content .item-content .single-item p{
  margin: 0 0 15px;
  font-size: 15px;
  color: #003F62;
  line-height: 24px;
  padding: 0;
}
.quality-assurance-how-work .inner-content .item-content .single-item p:last-of-type{
  margin: 0;
}
.quality-assurance-how-work {
  max-width: 775px;
  margin: 0 0 60px;
}
.quality-assurance-how-work .image-content {
  max-height: 300px;
  overflow: hidden;
  margin: 60px 0 0;
}
.quality-assurance-how-work .image-content img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-height: inherit;
}