html,body {
	padding: 0 !important;
	margin: 0 !important;
	overflow-x:hidden !important;
    max-width:100% !important;
}

.scroll-box {
    max-height: 300px !important; /* Adjust height as needed */
    overflow-y: auto !important; /* Enables vertical scrolling */
    border: 1px solid #ccc !important;
    padding: 15px !important;
    background: #f9f9f9 !important;
    line-height: 1.5 !important;
}
.scroll-box a {
    color: #0073aa !important;
    text-decoration: none !important;
}
.scroll-box a:hover {
    text-decoration: underline !important;
}

@media only screen and (max-width: 800px) {
 html,body {
	overflow-x:hidden !important;
    
}
}