@media (max-width: 991px){
    #toast-container{
        top: 3px !important;
        right: 0 !important;
        width: 100% !important;
    }
    #toast-container > div{
        width: 96%;
        margin-left: auto;
        margin-right: auto;
        font-size: 1.25rem;
        padding: 18px 8px 18px 50px;
        opacity: 1;
    }

    .experience-item{
        padding-top: 16px;
    }

    .m-w-100{
        width: 100% !important;
    }
    .m-margin-0{
        margin: 0 !important;
    }
    .m-block{
        display: block !important;
        width: 100%;
    }


    /************* important *************/
    .t-show-desktop{
        display: none !important;
    }
    .hidden {
        display: none !important;
    }
    .m-text-center{
        text-align: center !important;
    }
    .m-text-left{
        text-align: left !important;
    }
    .m-text-right{
        text-align: right !important;
    }
}