*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    /* background-color: #fbfcfb; */
}
h1{
    font-size: 30px !important;
}
h2{
    font-size: 26px !important;margin-bottom: 15px;
}
p{
    font-size: 18px; text-align: justify; 
}
ul{
    font-size: 18px;    
}
.aboutpat1 {
    background-color: #ffffff;
    padding: 30px 0;
}

.abt-prt {
    margin-bottom: 20px;
}

.abt-prt ul {
    list-style-type: none;
    padding: 0;
}

/* Section 2 Styles */
.aboutpat2 {
    background-color: #f8f9fa;
    padding: 50px 0;
}

.About_descrp ul {
    list-style-type: none;
    padding: 0;
}
.container-fluid1{
   margin-top: 0 !important;
}
.claas_top_hr {
height: 2px;
background: linear-gradient(90deg, #FF0202 0%, #EDFF1B 46.88%, #02FFF0 100%);
margin-top: 30px;
margin-bottom: 30px;
}

@media only screen and (max-width:768px) {
    h1{
    font-size: 22px !important;
}
h2{
    font-size: 20px !important;
}
p{
    font-size: 14px;  
}
ul{
    font-size: 12px;    
}   
}