h1{
    display: inline-block;
    font-size: 38px;
    font-weight: 500;
    padding: 10px 0;
    margin: 22px 0;
    text-align: center;
    border-bottom: solid 1px #ccc;
    border-top: solid 1px #ccc;
    text-transform: uppercase;
    line-height: 1.2;
}
h2 {
    font-family: 'Kanit';
    font-weight: 400;
    font-size: 16px;
    padding-top: 15px;
   /* color: #f47920;*/
    line-height: 23px;
    margin:0px;
}
img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.table-gallery {
    border-bottom: 2px solid #DDDDDD;
    font-family:Kanit;
    font-size:14px;
        margin-top: 20px;
        line-height: 1.8;
}
.table-gallery>tbody>tr>td:first-child
{
  width:10%;    color: #6b6b6b;
    background-color:#f7f7f7;
}
.table {
    margin-bottom: 0px;
}
@media screen and (max-width: 767px){
.table-responsive {border: 0px;}  
h1 {font-size: 28px;}
}                       
