      @media (max-width: 768px) {
		
		.breadcrumb.container-max{
			
			padding-left: 0px;
			
		}

.ra_table_cell {
		display:block;
	  }
.ra_table_cell:before {
    content: attr(data-title);
    float: left;
    font-weight: bold;
  }
.ra_table_cell {
    
   text-align:left !important;
    
  }
.ra_table thead{
display:none;
}
.ra_table tr{
border-bottom-width: 10px;
    border-bottom-color: white;
}
      }

      @media (min-width: 768px) {
		
      }
	  
	  @media (min-width: 1280px){
			.xl\:ml-\[20vw\] {margin-left: 8vw;
			}
	  } 
	  @media (min-width: 1280px){
			.page-content .right-0.xl\:block {
			display: none !important;
			}
	  }
	  .page-content-image-left .self-start{display:none !important;}
	  .page-title.page-bg h1{color: white; text-shadow: 3px 3px black;} 
	  
	  .ra_table_cell {
		border: 1px solid #d1d5db;
		vertical-align: top !important;
	  }

	 .no_wrap_text {
		white-space: nowrap;
	  }
	  
	 .center_text {
		text-align: center;
	  }		   
	  
	  .ra_table {
		  border-collapse: collapse;
		  border: 1px solid #d1d5db;
		  font-size: 16px;
	  }
