div.news-detail {
    word-wrap: break-word;
}

div.news-detail img.detail_picture {
    float: left;
    margin: 0 8px 6px 1px;
}

.news-date-time {
    color: #486DAA;
}


.serv-col.serv-col-lg {
    max-width: 100% !important;
    width: 100%;

}

.serv-tab-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px 50px;
}


.serv-toggle-cont-mobile .serv-inner-wrap {

    width: 100vw !important;
}

@media (max-width: 768px) {
    .serv-tab-list {
        grid-template-columns: repeat(1, 1fr);

    }

    .serv-toggle-cont-mobile.active {
        padding-top: 0;
        overflow: auto;

    }

    .serv_det_ban{
        flex-direction: column !important;
    }
}