<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.product_title_name{
    display: block; 
    margin-top: 5px;
    margin-bottom: 10px;  
}
.model {
 margin-top: 10px;
 background-color: #ececec;
 padding: 5px;
 display: block;
 text-align:center;
 color: #000000;
}

.pad_l_10{
 margin-bottom: 50px;
}

.txt_r {
 margin-bottom: 30px;
}
.col-lg-4 {
      width: 25%;
    margin-bottom: 15px;
    color: red;
}


 @media screen and (max-width: 760px){
.search_list {
    width: 48%;
   padding-right: 1%;
    padding-left: 1%;
    float: left;
   }
}
 </pre></body></html>