      .inpage_title {
      color:#e9c392;
      font-size:21px;
      font-weight:bold;
      }
      .inpage_title::before {
    content: "";
    display: inline-block;
    width: 24px;
    height: 20px;
    background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjLTlYki4FExltZsYFxILBSRpVcLB_SIuXjw7i5FsC9yRzeUeruF6ekeOD7r1Fc3KhS2A43yHb9MmkhAhxNd4XGDLwqwpWTCpQpZXpOp5vXC0exJoOKpX7W1TtT4UuaL8LF1Uf-U6s84Ub0B_vI1Ef5VJYFQpeVNE2lnp3ro2N9qoOY9WSw6-lAkv1Z6PA/s1600/76.gif) no-repeat center;
    background-size: contain;
    vertical-align: middle;
    margin-right: 10px;
    margin-bottom: 5px;
}

 table.type1 {
    border-collapse: collapse;
    text-align: left;
    line-height: 1.5;
      border-top: 3px solid rgba(255, 255, 255, 0.08);
}
table.type1 thead th {
    padding: 10px;
    font-weight: bold;
    vertical-align: top;
    color: #fff;
    font-size: 15px;
     background-color: #1c150f ;
    text-align: center;
}
table.type1 tbody th {
   width:50%;
    padding: 10px;
    font-weight: bold;
    vertical-align: middle;
   
   background-color: rgba(68, 68, 68, .2);
    font-size:15px;
  color:#e0caaf ;
  border: 1px solid rgba(255, 255, 255, 0.08);
  text-align:center;
  border-left: none;
}
table.type1 td {
    width: 650px;
    padding: 10px;
    vertical-align: middle;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
	background-color: rgba(0, 0, 0, 0.2);
    font-size:15px;
  color: #fff;
  padding-left:20px;
  
}

table.type2 td {
    width: 650px;
    padding: 10px;
    vertical-align: middle;
	border: 1px solid rgba(255, 255, 255, 0.08);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
	background-color: rgba(68, 68, 68, .2);
    font-size: 15px;
  	color: #fff;
	text-align:center;
}
table.type2 td:nth-child(1) {
	color:#e0caaf ;
	font-weight:bold;
}

table.type2 thead th {
    margin: 24px 0px 0px;
    padding: 10px;
    font-weight: bold;
    vertical-align: middle;
    color: #eaeaea;
    background-color: #1c150f ;
  	border: 1px solid rgba(226, 196, 158, 0.1);
    font-size: 0.9rem;
    text-align: center;
    color: #fff;
}