*{
    margin: 0;
   padding: 0; 
}

html {
    scroll-behavior: smooth;
  }

  
body{
    font-family:system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    background-color: #F2F2F2;


}


.practice_area_banner{
    display: flex;
    text-align: left;
    padding-bottom: 40px;

    
    
}

.practice_area_banner div{
    height: 80px;
    width: 100%;
    background-color: #010326;
    color: white;
    padding: 15px;
    margin: 0 auto;
    letter-spacing: 2px;
    
   
}

.page_title{

    font-weight: 400;
    margin: 25px 25px 15px;
    font-size: 20px;
}

.master_wraper_holder{
    margin: 0px 80px;
}

.main_wraper_holder{
    box-sizing: border-box;
}

.content_padding{
    padding: 30px 20px;
}

.content_block{
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

.text_header{
    color: #020659 ;
    margin-bottom: 20px;
    padding-top: 30px !important;
    font-size: 38px;
    line-height: 26PX;
    text-align: left;
    font-weight: 700;
    font-style: normal;
}

.content_tex_padding{
    padding-top: 15px !important;
}


.content_text{
    box-sizing: border-box;
}

ul {
    margin-bottom: 1em;
    margin-left: 1.5em;
    list-style-type: disc;
}

ul li {
    margin-left: .85em;
    font-size: 16px;
}

p {
    font-size: 20px;
    word-wrap: break-word;
    line-height: 1.66em;
    margin-bottom: 20px;
}

.line {
    width: 90%; 
    height: 0.06px; 
    margin: 70px auto 10px; 
    background-color: #777777; 
    box-shadow: 0 2px 10px 1px rgb(57, 57, 57); 
}
