@media only screen and (max-width: 660px) {
    .deskOnly {
        display: none;
    }

    .mblOnly {
        display: block;
    }

    .card h3{
        min-height: 2rem;
    }

    .mbl-top{
        margin-top: 4rem !important;
    }

    .grid{
        height: 50vh;
        min-height: 300px;
    }

    .banner_content h1{
        font-size: 3rem;
    }
    .banner_img {
        width: 25rem;
        height: auto;
    }

    .course_form {
        margin-left: unset;
    }

    .career_opportuity::before{
        content: unset;
    }

    .career_opportuity{
        padding: 1rem !important;
        margin: unset;
    }
    
}