@media only screen and (max-width: 768px) {
    
.left-section{
    width: 100%;
    display: contents;
}
button.download_pdf_catalouge{
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 70% !important;
}
.info, .address_info ul li{
    display: contents !important;
    width: 100% !important;
}
.info, .address_info, i{
    margin-left: 10px !important;
}
.right-section{
    margin-top: 40px;
}
.ul.info i {
    width: unset !important;   
}
.watch-section{
	display: none;
}
}
