@media screen and (max-width: 480px){
    .mai{
        text-align: center;
    }
    h1{
        font-size: 35px;
        font-weight: 600;
    }
    .Educard{
        flex-direction: column;
        margin-bottom: 5px;
    }
    .logo1 {
        height: 135px;
        width: 120px;
        margin-left: -5px;
    }
    .logo2 {
        height: 145px;
        width: 155px;
        margin-left: -5px;
    }
    .course{
        font-size: 22px;
    }
    .institute{
        font-size: 15px;
    }
    .edupara{
        font-size: 12px;
    }
    .skills{
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .skill{
        width: 45%;
    }
    .skill:last-child{
        width: 100%;
    }
    .cards{
        width: 100%;
        flex-direction: row;
        display: flex;
       
        flex-wrap: wrap;
    }
    .certicard{
        width: 100%;
        height: auto;
        flex-direction: row;
        display: flex;
        flex-wrap: wrap;

    }
   .name{
       font-size: 20px;
       text-align: center;
   }
   .mainbody{
       font-size: 8px;
       line-height: 1;
   }

   .image{
       width: 80%;
       height: 200px;
       display: flex;
       justify-content: center;
       align-items: center;
   }
}