@media screen and (max-width: 1090px){
    .em-br{
        display: none;
    }

    .emEdu-text p{
        width: 90%;
    }
}

/*tablet mode*/
@media screen and (max-width: 768px) {
    .emEdu-container-contents h3{
        font-size: 22px;
        padding: 24px 0 18px 0;
    }

    .emEdu-group{
        padding: 0;
    }

    .emEdu-group-container1 h4{
        font-size: 18px;
    }

    .emEdu-section{
        grid-template-columns: 1fr;
        place-items: center;
        padding: 20px 0;
    }

    .emEdu-image img{
        width: 300px;
        height: 300px;
    }

    .emEdu-group-container1 p{
        font-size: 14px;
        word-break: break-word;
        white-space: normal;
        overflow-wrap: break-word;

    }

    .emEdu-text div{
        justify-content: center;
    }

    .emEdu-text p{
        margin: 0 auto;
    }
}

/*mobile mode*/
@media screen and (max-width: 480px){
    .emEdu-image img{
        width: 100%;
        height: 100%;
    }
    .emEdu-text div{
        font-size: 18px;
    }

    .step-span{
        font-size: 10px;
        padding: 8px 14px;
    }
}