@import url('https://fonts.googleapis.com/css2?family=Hind+Madurai:wght@700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100&display=swap');

body {
    margin: 0;
    padding: 0;
    text-align: center;
    font-family: 'Poppins';
    background-size:contain;
    background-repeat: no-repeat;
}




.h1-prd {
    font-family: 'poppins', sans-serif;
    text-align: center;
    background-color: #ff812c;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top:1% ;
    color: rgb(255, 255, 255);

}


#cont-card {   
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 20vw;
    text-align: center  ;
    margin-left: 25px;
    
    margin-top:2%;
    margin-bottom: 5%;
    padding: 20px;
    min-width:300px;
    
   
    border-radius: 20px;
    border:1px solid rgba(255, 255, 255, 0.18);
    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.37);
} 
    


#m-h1 {
    color:rgb(90, 90, 90);
}

a {
    color: #ff812c;
}

p {

    color:#ff812c ;

}


.container-abt-us {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    
}

@media screen and (max-width:1270px) {
   #container-abt-us {
       display: block;
   }
 } 

@media screen and (max-width:740px) {
   a , p { 
    font-size: 10px;
   }

   h1 {
       font-size: 20px;
   }

   .container-abt-us {
        display: flex;
        flex-wrap: wrap;
        
    }

    #cont-card {
        margin-left: 0;
        margin: 15px;
    }
    
} 


