@font-face {
    font-family: font_mean;
    src: url(/hospital/asset/font/db-helvethaica-x-bd-ext-v32.ttf);
  }




a{

    text-decoration:none;

}


a:hover{

    text-decoration:underline;

}


.head_card{

display: table-cell;
vertical-align: top;
padding: 10px 10px 10px 10px;

}

.head_card .head{

    background-color: aqua;
    font-family: font_mean,sans-serif;
    font-size: 27px;
    font-weight: bold;
    padding: 0px 10px 0px 10px;
    }

    .head_card .body{

        background-color: rgb(255, 255, 255);
        font-family: font_mean,sans-serif;
        
        margin-left: 20px;
        padding: 0px 5px 5px 0px;
        height: 190px;
  
        overflow-y: scroll;
        }



        .head_card .body p1{
            display: block;
font-size: 24px;
            }


            
        .head_card .body p2{
           
            margin-left: 20px;
            display: block;
   font-size: 22px;
            }


            .head_card .body p2 i{
           

       font-size: 12px;
                }

            .head_card .body p3{
               color: blue;
                margin-left: 30px;
                display: block;
       font-size: 20px;
                }