#products_section{
	margin-right: 15px;
	margin-left: 15px;
       margin-top: 40px;
       margin-bottom: 40px;
}

.pstag {
    font-size: 15px;
    line-height: 1.5;
}

.psname {
    word-break: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.s-col-9 {
	flex-basis: 75%;
	min-width: 75%;
}

@media only screen and (max-width: 768px) {
 .mobile_cat{
	 flex-basis: 100% !important;
	 min-width: 100% !important;
 }

 .mobile_col_12{
	 flex-basis: 100% !important;
	 min-width: 100% !important;
 }

 .col_m_50{
	 flex-basis: 50% !important;
	 min-width: 50% !important;
 }
 
}