img.img-content {
    width: 100%;
}

h2.title-content {
    text-align: center;
}
p.detail-content {
    text-align: center;
}

/*section.block-content {
    text-align: center;
}*/
ul.item-3-column>li {
    width: 24.33%;
    display: inline-block;
    float: left;
    padding: 1%;
}
.news-img img {
    width: 100%;
}
.text-inner {
    padding: 10px 2px;
    background-color: #007000;
}
.text-inner p {
    font-size: 13px;
    font-weight: normal;
    color: #fff;
    margin-bottom: 0px;
    text-align: center;
    font-family: 'Kanit';
    height: 55px;
}
.text-inner h5 {
font-size: 15px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 0px;
    line-height: 20px;
    font-family: 'Kanit';
    text-align: center;
    height: 44px;
}
.box-content-1 {
    background-color: #c3ffaf;
    border-radius: 30px;    padding-bottom: 1px;
}
.box-content-1 h2 {
    padding: 15px 38px;
    margin-bottom: 0px;
    background-color: #007000;
    border-radius: 30px;margin-bottom: 15px;    text-align: center;
}
.box-content-1 p {
    padding: 0px 50px;
}

@media (max-width: 480px){
ul.item-3-column>li {
    width: 49.33%;
    display: inline-block;
    float: left;
    padding: 1%;
}

}
