
section[data-cattype="730"].wrapper_middle{
    padding: 40px 0px 20px 0px;
}



hr {
	border: none;
	border-left: 1px solid #ccc;
	height: 40vh;
	width: 1px;
}

/* Typical laptop screen size*/
@media (max-width: 1400px) {
	
}

/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 980px) {
	
}

/* Mobile screen size - landscape view */
@media (max-width: 767px) {
   
}

/* Mobile screen size */
@media (max-width: 480px) {
    
    hr {
	display: none;
        
    }
    
    [data-cattype="730"] .col-sm-5 {
	margin-bottom: 40px;
    }
      
}

