.newscontainer {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
}

.newstextcenter {
    text-align: center;
    padding: 20px;
}

.newstextcenter img {
    width: 100%;
    height: auto;
    border: 1px solid #5f4935;
}

.py4 {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.newstextcenter .py4 .h5 {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.8rem;
    color: #5f4935;
    text-align: left;
    padding-bottom: 10px;
    margin: 0;
}

.newstextcenter .py4 p {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5rem;
    text-align: justify;
    padding-bottom: 10px;
    margin: 0;
}

.newstextcenter .py4 .date {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.5rem;
    color: #5f4935;
    text-align: justify;
    margin: 0;
}

.btnexplore {
    cursor: pointer;
    width: 100%;
    height: auto;
    background-color: #5f4935;
    border: 1px solid #5f4935;
    border-radius: 5px;
    color: #fff;
    text-align: center;
    padding: 10px;
    margin-top: 20px;
}

.btntouch {
    cursor: pointer;
    background-color: #5f4935;
    border: 1px solid #5f4935;
    border-radius: 5px;
    color: #fff;
    text-align: center;
    padding: 10px 30px;
    margin-top: 20px;
}

.newsrow {
    display: flex;
    flex-wrap: wrap;
}

.newscol {
    flex: 0 0 auto;
    width: 33.3%;
}

.newstextcenter .h2 {
    font-size: 27px;
    font-weight: 600;
    line-height: 1.8rem;
    color: #5f4935;
    padding-top: 20px;
    margin: 0;
}

.newscol6 {
    flex: 0 0 auto;
    width: 50%;
}

.textbrown {
    color: #5f4935;
}

.dhtpx3 .textbrown {
    color: #5f4935;
}

.newscol6 p {
    line-height: 1.5rem;
}

h5, .h5 {
    font-size: 18px;
    font-weight: 600;
}

.dhtpx3 {
    padding: 20px;
}

.aksspacefixed {
    padding: 20px;
}

.aksscenter {
    text-align: center;
}

.aksscenter img {
    width: 70%;
    height: auto;
    margin: 0 auto;
}

@media screen and (max-width: 768px) {
    .newscontainer {
        width: 100%;
    }
    .newscol {
        width: 100%;
    }
    .newscol6 {
        width: 100%;
    }
}