@media only screen and (max-width: 440px){
    main.main .profile .profile__content .text {
        display: none;
    }
    main.main .profile .profile__content .text-mb,main.main .business .business__content .item > div  .mb{
        display: block !important;
    }
    main.main .profile .profile__content .text-mb {
        margin-top: 30px;
    }
    main.main .profile .profile__content .text-mb .link a {
        font-size: 16px;
        line-height: 1.88;
        color: #0012ff;
        text-decoration: underline;
    }
    main.main .profile .profile__content .text-mb p {
        font-size: 16px;
        line-height: 1.75;
        letter-spacing: -0.23px;
    }
    main.main .business .business__content .item > div .deks{
        display: none;
    }
}
@media only screen and (max-width: 376px){
    main.main .profile .profile__content .text {
        display: none;
    }
    main.main .profile .profile__content .text-mb{
        display: block !important;
    }
    main.main .profile .profile__content .text-mb p {
        font-size: 16px;
        line-height: 1.75;
        letter-spacing: -0.1px;
    }
}
main.main .profile .profile__content .text-mb{
    display: none;
}
