﻿@media screen and (max-width: 767px) {

    .product-detail-content {
        padding-left: 0;
    }

    .title-cm {
       /* text-align: left;
        padding-left: 15px;*/
        font-size: 26px;
    }

    #NewsContent img {
        height: auto !important;
    }

    #NewsContent img, #NewsContent table {
        max-width: 360px !important;
        text-align: center;
    }

    .library-img h4, .detail-content > h3 {
        font-size: 20px;
    }
}

@media (max-width: 485px) {


    #NewsContent img, #NewsContent table {
        width: 100% !important;
        max-width: 360px !important;
        text-align: center;
    }
}

#NewsContent p, #NewsContent div {
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}

#NewsContent ul li {
    list-style-type: disc;
    margin-left: 15px;
}
.logo {
   
     margin: 0 auto; 
}