#main h4{
    font-weight: bold;
    font-size:14px;
    line-height: 1.1;
    background: #fff;
    border-top:1px solid #ddd;
    border-bottom:1px solid #ddd;
    padding: 13px 10px 13px 30px;
    margin-bottom:15px;
    position: relative;
}
#main h4:before{
    content: "\f101";
    font-family: "Font Awesome 5 free";
    font-weight: 600;
    color: #D86C00;
    font-size:12px;
    line-height: 1;
    position: absolute;
    left:11px;
    top:15px;
}

div + .ts2{
  margin-top:30px;
}


#info table.layout th{
  width: 14em;
}
@media screen and (max-width:740px){
  table.layout.mov th{
    width: 100%;
  }
}