 .text ul {
         line-height: 1.5;
         font-size: 20px;
         list-style-type: disc; 
         padding-left: 20px;
         padding-bottom:20px;
         padding-top:10px;
         }
         .text li {
         line-height: 1.5;
         font-size: 20px;
         list-style-type: disc; 
         padding-bottom:20px;
         }
         .menu_container.clearfix, .comment_author_avatar {
         display: none !important;
         }
         .text p {
         font-size: 20px !important;
         }
         .content_box {
         font-size: 20px !important;
         }
         .adv {
         color: #bbb;
         text-align: right;
         float: right;
         font-size: 11px;
         }
         /* CSS for thumbs up and thumbs down icons */
         .comment-icon {
         cursor: pointer;
         margin-right: 10px; /* Adjust spacing between icons and counters */
         }
         .comment-icon {
         border: 1px solid #b0b0b0;
         border-radius: 5px;
         padding: 5px;
         background-color: #f7f7f7;
         }
         .like-count, .dislike-count {
         color: #636262 !important;
         font-size: 12px !important;
         }
         .comment-date {
         color: #bbb !important;
         font-size: 10px !important;
         }
         /* Normal state colors */
         .fa-thumbs-up {
         color: lightgreen;
         }
         .fa-thumbs-down {
         color: lightcoral;
         }
         /* Hover effects */
         .fa-thumbs-up:hover {
         color: green;
         }
         .fa-thumbs-down:hover {
         color: red;
         }
         .begex {
         font-size: 20px;
         line-height: 1.5;
         }
         @media(max-width: 768px{
         .copyright_row .footer_menu {
         float: none!important;
         }
         .scroll_top {
         float: left!important;
         }
         }