.inner-page {
        font-family: 'Noto Sans Thai', sans-serif;
    }
    .text-gold {
        color: #feb40a;
    }
    .entry-img {
     width: 100%;
     padding: 0;
     background-color: #5f0000;
     position: relative;
     display: flex;
     flex-direction: column;
     justify-content: center;
     align-items: center;
}
 @media (max-width: 1200px) {
     .entry-img .container {
         max-width: 100%;
         padding: 0px;
    }
}
 .entry-img .entry-img-item {
     position: relative;
     height: 100%;
}
 .entry-img .entry-img-item-content {
     position: absolute;
     top: 70px;
     left: unset;
     bottom: 0;
     display: flex;
     flex-direction: column;
     align-items: flex-start;
     color: #ffffff;
     padding-right: 12px;
     padding-bottom: 24px;
     left: 53%;
     width: 50%;
     font-family: 'Noto Sans Thai', sans-serif;
}
 .entry-img h2 {
     font-size: 30px;
	 font-weight: 400;
}
 .entry-img p{
     display: none;
}
 @media (min-width: 767.5px){
     .entry-img .entry-img-item-content {
         padding-right: 45px;
         padding-bottom: 48px;
         left: 53%;
         top: 50px;
    }
     .entry-img h2 {
         font-size: 38px;
		 font-weight: 400;
    }
     .entry-img p{
         display: block;
    }
}
 @media (min-width: 1365.5px){
     .entry-img .entry-img-item-content {
         padding-right: 65px;
         padding-bottom: 65px;
         left: unset;
         right: 0;
         width: 590px;
         top: 160px;
    }
     .entry-img h2 {
         font-size: 48px;
		 font-weight: 400;
    }
     .entry-img p{
         display: block;
    }
}