@media only screen and (max-width: 600px){
    section.section{padding: 25px 0;}
    .menu-middle{display: none;}
    .header-top-nav{display: none !important;}
    .sec--title h1{
        font-size: 24px;
        font-weight: 700;
        line-height: 30px;
    }
    .notice-wrap-card{
        padding: 12px 12px;
        height: auto;
    }
    .section-content p{
        font-size: 15px;
        line-height: 22px;
    }
    .degree-card .content-part{
        width: calc(100% - 40px);
        height: calc(100% - 40px);
    }
    .degree-card .content-part{
       padding: 10px 5px;
    }
    .rs-degree .degree-card .content-part p{
        font-size: 15px;
    }
    .rs-degree .degree-card .content-part .title{
        margin-bottom: 6px;
        font-size: 20px;
    }
    .rs-degree .degree-card .title-part .title{
        font-size: 20px;
    }
    .default-btn{font-size: 15px;}
    .image-container {
        width: 100%;
        position: static;
        display: block;
        height: 400px;
    }
    .main-heading p{
        font-size: 15px;
        line-height: 22px;
    }
    .mission-vission-section{padding-bottom: 0 !important;}
    .card-content-box{padding: 0;}
    .card-content-box p{font-size: 15px;}
    .card-message-wrap::before{content: none;}
    .card-message-wrap::after{content: none;}
    .card-message-box{padding: 20px 18px;}
    blockquote.card-content-box::before{
        font-size: 45px;
        left: -18px;
    }
    blockquote.card-content-box::after{
        bottom: 0;
     }
}