.inspection-s-row-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;

}

.inspection-s-row {
  border-bottom: 1px solid #ddd;
  display: flex;
}

.inspection-s-row:last-child {
  border-bottom: 0;
}

.inspection-s-row .blue-block{
  display: inline-block;
  vertical-align: middle;
  width: 5px;
  height: 10px;
  background-color: #0957c3;
  margin-right: 5px;
}

.inspection-s-row .s-text{
  flex:1;
  padding-right:5px;
  margin: 16px 0;
  line-height: 16px;
  display: flex;
  align-items:center;
}
.inspection-s-row .s-text:hover{
  color: #0957c3;
  cursor: pointer;
}

.inspection-circular {
  display: inline-block;
  width: 90px;
  height: 90px;
  text-align: center;
  line-height: 90px;
  word-break: break-all;
  border-radius: 60px;
  color: #0957c3;
  border: 2px solid #0957c3;
  font-size: 14px;
  font-weight: 900;
  margin: 0 10px;
  transition: .5s;
}

.inspection-circular:hover {
  background-color: #0957c3;
  color: #fff;
}

.inspection-circular span {
  display: inline-block;
  line-height: 15px;
}

.circular-s {
  width: 60px;
  top: 6px;
  position: relative;
}

.inspection-circular-cuneng {
  position: relative;
  top: 8px;
  width: 80px;
}

h3.modular-title div {
  font-size: 30px;
  padding: 2px;
}

@media (max-width: 768px){
  /* .insp img{
    padding: 0 10px;
  } */

  .subpage-banner {
    font-size:1em;
  }
  .subpage-banner .subpage-banner-tip-wrap {
    font-size:  1em;
  }
  .subpage-banner .title{
    font-size: 1em;
  }
  .tab-header{
    display: none;
  }
  #myTabContent .modular-title, #myTabContent .modular-text-container {
    display: none;
  }

  .inspection-s-row {
    border-bottom: 0;
    display: block;
    overflow: hidden;
  }
  .inspection-s-row .s-text{
    font-size: 0.75em;
    line-height: 16px;
    display: inline-block;
    float: left;
  }
  .inspection-s-row .s-text-l{
    width:58%;
    padding-left: 15px;
  }
  .inspection-s-row .s-text-r{
    width: 42%;
  }
  .inspection-s-row .s-text-l-2{
    width:55%;
    padding-left: 15px;
  }
  .inspection-s-row .s-text-r-2{
    width: 45%;
  }
  .inspection-s-row .s-text-l-3{
    width:50%;
    padding-left: 15px;
  }
  .inspection-s-row .s-text-r-3{
    width: 50%;
  }

  .inspection-circular {
    width: 66px;
    height: 66px;
    line-height: 60px;
    font-size: 0.84em;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 10px;
  }

  .inspection-circular-cuneng {
    position: relative;
    top: 8px;
    width: 60px;
  }
  .circular-s {
    width: 50px;
    top: 8px;
  }
}